#ACF9AB

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

Shades of Celadon #ACF9AB

Tints of Celadon #ACF9AB

Color information

#ACF9AB (or 0xACF9AB) is unknown color: approx Celadon. HEX triplet: AC, F9 and AB. RGB value is (172,249,171). Sum of RGB (Red+Green+Blue) = 172+249+171=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF9AB is #530654. Grayscale: #D9D9D9. Windows color (decimal): -5441109 or 11270572. OLE color: 11270572.

HSL color Cylindrical-coordinate representation of color #ACF9AB: hue angle of 119.23º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9AB is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB172249171-
CMYK0.3100.310.02
HSL119.23º86.67%82.35%-
HSV(B)119.23º31.33%97.65%-
XYZ58.2479.4650.8-
YUV217.08101.9995.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 249 (97.66% from 255) = 42.06%
BLUE value IS 171 (67.19% from 255) = 28.89%
R=29.05%
G=42.06%
B=28.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722491710.3100.310.02119.2386.6782.35
HexACF9AB1F01F2775752
Octal254371253370372167127122
Binary1010110011111001101010111111101111110111011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9AB; }

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

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

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

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

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

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

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

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