#ACF5AA

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

Shades of Celadon #ACF5AA

Tints of Celadon #ACF5AA

Color information

#ACF5AA (or 0xACF5AA) is unknown color: approx Celadon. HEX triplet: AC, F5 and AA. RGB value is (172,245,170). Sum of RGB (Red+Green+Blue) = 172+245+170=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF5AA is #530A55. Grayscale: #D6D6D6. Windows color (decimal): -5442134 or 11204012. OLE color: 11204012.

HSL color Cylindrical-coordinate representation of color #ACF5AA: hue angle of 118.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF5AA is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB172245170-
CMYK0.3000.310.04
HSL118.4º78.95%81.37%-
HSV(B)118.4º30.61%96.08%-
XYZ56.9276.9849.89-
YUV214.62102.8297.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 245 (96.09% from 255) = 41.74%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=29.30%
G=41.74%
B=28.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722451700.3000.310.04118.478.9581.37
HexACF5AA1E01F4764f51
Octal254365252360374166117121
Binary10101100111101011010101011110011111100111011010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF5AA; }

 p { color: rgb(172,245,170); }

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

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

 a { background-color: rgb(172,245,170); }

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

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

 span { border-color: rgb(172,245,170); }

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