#ACF6AA

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

Shades of Celadon #ACF6AA

Tints of Celadon #ACF6AA

Color information

#ACF6AA (or 0xACF6AA) is unknown color: approx Celadon. HEX triplet: AC, F6 and AA. RGB value is (172,246,170). Sum of RGB (Red+Green+Blue) = 172+246+170=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF6AA is #530955. Grayscale: #D7D7D7. Windows color (decimal): -5441878 or 11204268. OLE color: 11204268.

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

Color convert

RGB172246170-
CMYK0.3000.310.04
HSL118.42º80.85%81.57%-
HSV(B)118.42º30.89%96.47%-
XYZ57.2277.5849.99-
YUV215.21102.4897.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 246 (96.48% from 255) = 41.84%
BLUE value IS 170 (66.80% from 255) = 28.91%
R=29.25%
G=41.84%
B=28.91%

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
Decimal1722461700.3000.310.04118.4280.8581.57
HexACF6AA1E01F4765152
Octal254366252360374166121122
Binary10101100111101101010101011110011111100111011010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF6AA; }

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

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

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

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

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

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

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

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