Html Css Color HEX #ACFAB9 Fringy Flower

📋 copy color: '#ACFAB9'

red 172 ◦ green 250 ◦ blue 185

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

Shades of Fringy Flower #ACFAB9

Tints of Fringy Flower #ACFAB9

RGB

 RED value IS 172 (67.58% from 255) = 28.34%

 GREEN value IS 250 (98.05% from 255) = 41.19%

 BLUE value IS 185 (72.66% from 255) = 30.48%

R = 28.34%
G = 41.19%
B = 30.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#ACFAB9 (or 0xACFAB9) is known color: Fringy Flower. HEX triplet: AC, FA and B9. RGB value is (172,250,185). Sum of RGB (Red+Green+Blue) = 172+250+185=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAB9 is #530546. Grayscale: #DBDBDB. Windows color (decimal): -5440839 or 12188332. OLE color: 12188332.

HSL color Cylindrical-coordinate representation of color #ACFAB9: hue angle of 130º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAB9 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 185 -
CMYK 0.31 0 0.26 0.02
HSL 130º 0.89% 0.83% -
HSV(B) 130º 0.31% 0.98% -
XYZ 59.96 80.64 58.3 -
YUV 219.27 108.66 94.29 -
System Red Green Blue C M Y K H S L
Decimal 172 250 185 0.31 0 0.26 0.02 130 0.89 0.83
Hex AC FA B9 1F 0 1A 2 82 59 53
Octal 254 372 271 37 0 32 2 202 131 123
Binary 10101100 11111010 10111001 11111 0 11010 10 10000010 1011001 1010011

Color Harmonies of #ACFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAB9

Black with #ACFAB9

Text Example


Text Example

White with #ACFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAB9; }

 p { color: rgb(172,250,185); }

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

background-color css

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

 a { background-color: rgb(172,250,185); }

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

border-color css

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

 span { border-color: rgb(172,250,185); }

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