#ACF7AA

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

Shades of Celadon #ACF7AA

Tints of Celadon #ACF7AA

Color information

#ACF7AA (or 0xACF7AA) is unknown color: approx Celadon. HEX triplet: AC, F7 and AA. RGB value is (172,247,170). Sum of RGB (Red+Green+Blue) = 172+247+170=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF7AA is #530855. Grayscale: #D8D8D8. Windows color (decimal): -5441622 or 11204524. OLE color: 11204524.

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

Color convert

RGB172247170-
CMYK0.3000.310.03
HSL118.44º82.8%81.76%-
HSV(B)118.44º31.17%96.86%-
XYZ57.5378.1950.09-
YUV215.8102.1596.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 247 (96.88% from 255) = 41.94%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=29.20%
G=41.94%
B=28.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471700.3000.310.03118.4482.881.76
HexACF7AA1E01F3765352
Octal254367252360373166123122
Binary1010110011110111101010101111001111111111011010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7AA; }

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

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

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

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

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

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

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

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