#ACF0AE

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

Shades of Celadon #ACF0AE

Tints of Celadon #ACF0AE

Color information

#ACF0AE (or 0xACF0AE) is unknown color: approx Celadon. HEX triplet: AC, F0 and AE. RGB value is (172,240,174). Sum of RGB (Red+Green+Blue) = 172+240+174=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF0AE is #530F51. Grayscale: #D4D4D4. Windows color (decimal): -5443410 or 11464876. OLE color: 11464876.

HSL color Cylindrical-coordinate representation of color #ACF0AE: hue angle of 121.76º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0AE is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB172240174-
CMYK0.2800.280.06
HSL121.76º69.39%80.78%-
HSV(B)121.76º28.33%94.12%-
XYZ55.8174.1551.41-
YUV212.14106.4799.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 240 (94.14% from 255) = 40.96%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=29.35%
G=40.96%
B=29.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722401740.2800.280.06121.7669.3980.78
HexACF0AE1C01C67a4551
Octal254360256340346172105121
Binary10101100111100001010111011100011100110111101010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0AE; }

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

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

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

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

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

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

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

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