#ACF7AE

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

Shades of Celadon #ACF7AE

Tints of Celadon #ACF7AE

Color information

#ACF7AE (or 0xACF7AE) is unknown color: approx Celadon. HEX triplet: AC, F7 and AE. RGB value is (172,247,174). Sum of RGB (Red+Green+Blue) = 172+247+174=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF7AE is #530851. Grayscale: #D8D8D8. Windows color (decimal): -5441618 or 11466668. OLE color: 11466668.

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

Color convert

RGB172247174-
CMYK0.3000.300.03
HSL121.6º82.42%82.16%-
HSV(B)121.6º30.36%96.86%-
XYZ57.9178.3552.11-
YUV216.25104.1596.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 247 (96.88% from 255) = 41.65%
BLUE value IS 174 (68.36% from 255) = 29.34%
R=29.01%
G=41.65%
B=29.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471740.3000.300.03121.682.4282.16
HexACF7AE1E01E37a5252
Octal254367256360363172122122
Binary1010110011110111101011101111001111011111101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7AE; }

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

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

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

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

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

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

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

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