#ACFDAF

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

Shades of Celadon #ACFDAF

Tints of Celadon #ACFDAF

Color information

#ACFDAF (or 0xACFDAF) is unknown color: approx Celadon. HEX triplet: AC, FD and AF. RGB value is (172,253,175). Sum of RGB (Red+Green+Blue) = 172+253+175=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFDAF is #530250. Grayscale: #DCDCDC. Windows color (decimal): -5440081 or 11533740. OLE color: 11533740.

HSL color Cylindrical-coordinate representation of color #ACFDAF: hue angle of 122.22º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDAF is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB172253175-
CMYK0.3200.310.01
HSL122.22º95.29%83.33%-
HSV(B)122.22º32.02%99.22%-
XYZ59.8882.1253.25-
YUV219.89102.6693.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 253 (99.22% from 255) = 42.17%
BLUE value IS 175 (68.75% from 255) = 29.17%
R=28.67%
G=42.17%
B=29.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722531750.3200.310.01122.2295.2983.33
HexACFDAF2001F17a5f53
Octal254375257400371172137123
Binary1010110011111101101011111000000111111111101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDAF; }

 p { color: rgb(172,253,175); }

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

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

 a { background-color: rgb(172,253,175); }

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

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

 span { border-color: rgb(172,253,175); }

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