#ACFCB9

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

Shades of Fringy Flower #ACFCB9

Tints of Fringy Flower #ACFCB9

Color information

#ACFCB9 (or 0xACFCB9) is unknown color: approx Fringy Flower. HEX triplet: AC, FC and B9. RGB value is (172,252,185). Sum of RGB (Red+Green+Blue) = 172+252+185=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCB9 is #530346. Grayscale: #DCDCDC. Windows color (decimal): -5440327 or 12188844. OLE color: 12188844.

HSL color Cylindrical-coordinate representation of color #ACFCB9: hue angle of 129.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCB9 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB172252185-
CMYK0.3200.270.01
HSL129.75º93.02%83.14%-
HSV(B)129.75º31.75%98.82%-
XYZ60.5881.8958.51-
YUV220.4410893.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 252 (98.83% from 255) = 41.38%
BLUE value IS 185 (72.66% from 255) = 30.38%
R=28.24%
G=41.38%
B=30.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521850.3200.270.01129.7593.0283.14
HexACFCB92001B1825d53
Octal254374271400331202135123
Binary10101100111111001011100110000001101111000001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCB9; }

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

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

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

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

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

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

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

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