#ACF0AA

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

Shades of Celadon #ACF0AA

Tints of Celadon #ACF0AA

Color information

#ACF0AA (or 0xACF0AA) is unknown color: approx Celadon. HEX triplet: AC, F0 and AA. RGB value is (172,240,170). Sum of RGB (Red+Green+Blue) = 172+240+170=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF0AA is #530F55. Grayscale: #D3D3D3. Windows color (decimal): -5443414 or 11202732. OLE color: 11202732.

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

Color convert

RGB172240170-
CMYK0.2800.290.06
HSL118.29º70%80.39%-
HSV(B)118.29º29.17%94.12%-
XYZ55.4373.9949.39-
YUV211.69104.4799.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 240 (94.14% from 255) = 41.24%
BLUE value IS 170 (66.80% from 255) = 29.21%
R=29.55%
G=41.24%
B=29.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722401700.2800.290.06118.297080.39
HexACF0AA1C01D6764650
Octal254360252340356166106120
Binary10101100111100001010101011100011101110111011010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0AA; }

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

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

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

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

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

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

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

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