#ACF6AB

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

Shades of Celadon #ACF6AB

Tints of Celadon #ACF6AB

Color information

#ACF6AB (or 0xACF6AB) is unknown color: approx Celadon. HEX triplet: AC, F6 and AB. RGB value is (172,246,171). Sum of RGB (Red+Green+Blue) = 172+246+171=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF6AB is #530954. Grayscale: #D7D7D7. Windows color (decimal): -5441877 or 11269804. OLE color: 11269804.

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

Color convert

RGB172246171-
CMYK0.3000.300.04
HSL119.2º80.65%81.76%-
HSV(B)119.2º30.49%96.47%-
XYZ57.3277.6250.49-
YUV215.32102.9897.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 246 (96.48% from 255) = 41.77%
BLUE value IS 171 (67.19% from 255) = 29.03%
R=29.20%
G=41.77%
B=29.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722461710.3000.300.04119.280.6581.76
HexACF6AB1E01E4775152
Octal254366253360364167121122
Binary10101100111101101010101111110011110100111011110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF6AB; }

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

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

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

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

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

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

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

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