Html Css Color HEX #A5DFB4 Fringy Flower

📋 copy color: '#A5DFB4'

red 165 ◦ green 223 ◦ blue 180

#A5DFB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #A5DFB4

Tints of Fringy Flower #A5DFB4

RGB

 RED value IS 165 (64.84% from 255) = 29.05%

 GREEN value IS 223 (87.5% from 255) = 39.26%

 BLUE value IS 180 (70.7% from 255) = 31.69%

R = 29.05%
G = 39.26%
B = 31.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A5DFB4 (or 0xA5DFB4) is known color: Fringy Flower. HEX triplet: A5, DF and B4. RGB value is (165,223,180). Sum of RGB (Red+Green+Blue) = 165+223+180=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFB4 is #5A204B. Grayscale: #C8C8C8. Windows color (decimal): -5906508 or 11853733. OLE color: 11853733.

HSL color Cylindrical-coordinate representation of color #A5DFB4: hue angle of 135.52º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFB4 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 180 -
CMYK 0.26 0 0.19 0.13
HSL 135.52º 0.48% 0.76% -
HSV(B) 135.52º 0.26% 0.87% -
XYZ 50.14 64.07 52.9 -
YUV 200.76 116.28 102.5 -
System Red Green Blue C M Y K H S L
Decimal 165 223 180 0.26 0 0.19 0.13 135.52 0.48 0.76
Hex A5 DF B4 1A 0 13 D 88 30 4C
Octal 245 337 264 32 0 23 15 210 60 114
Binary 10100101 11011111 10110100 11010 0 10011 1101 10001000 110000 1001100

Color Harmonies of #A5DFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFB4

Black with #A5DFB4

Text Example


Text Example

White with #A5DFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DFB4; }

 p { color: rgb(165,223,180); }

 H1.HeaderClassName
 {
   color: #A5DFB4;
 }
 .AnyTagClassName
 {
   color: #A5DFB4;
 }
</style>

background-color css

<style>
 a { background-color: #A5DFB4; }

 a { background-color: rgb(165,223,180); }

 div.DivClassName
 {
   background-color: #A5DFB4;
 }
 .BgClassName
 {
   background-color: #A5DFB4;
 }
</style>

border-color css

<style>
 span { border-color: #A5DFB4; }

 span { border-color: rgb(165,223,180); }

 td.TdClassName
 {
   border-color: #A5DFB4;
 }
 .TagClassName
 {
   border-color: #A5DFB4;
 }
</style>