#ACF9B9

Color #ACF9B9 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ACF9B9

Tints of Fringy Flower #ACF9B9

Color information

#ACF9B9 (or 0xACF9B9) is unknown color: approx Fringy Flower. HEX triplet: AC, F9 and B9. RGB value is (172,249,185). Sum of RGB (Red+Green+Blue) = 172+249+185=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9B9 is #530646. Grayscale: #DADADA. Windows color (decimal): -5441095 or 12188076. OLE color: 12188076.

HSL color Cylindrical-coordinate representation of color #ACF9B9: hue angle of 130.13º degrees, saturation: 0.87, 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 #ACF9B9 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB172249185-
CMYK0.3100.260.02
HSL130.13º86.52%82.55%-
HSV(B)130.13º30.92%97.65%-
XYZ59.6580.0258.2-
YUV218.68108.9994.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 249 (97.66% from 255) = 41.09%
BLUE value IS 185 (72.66% from 255) = 30.53%
R=28.38%
G=41.09%
B=30.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722491850.3100.260.02130.1386.5282.55
HexACF9B91F01A2825753
Octal254371271370322202127123
Binary10101100111110011011100111111011010101000001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9B9; }

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

 H1.HeaderClassName
 {
   color: #ACF9B9;
 }
 .AnyTagClassName
 {
   color: #ACF9B9;
 }
</style>
background-color css

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

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

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

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

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

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