#ACFDAD

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

Shades of Celadon #ACFDAD

Tints of Celadon #ACFDAD

Color information

#ACFDAD (or 0xACFDAD) is unknown color: approx Celadon. HEX triplet: AC, FD and AD. RGB value is (172,253,173). Sum of RGB (Red+Green+Blue) = 172+253+173=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFDAD is #530252. Grayscale: #DBDBDB. Windows color (decimal): -5440083 or 11402668. OLE color: 11402668.

HSL color Cylindrical-coordinate representation of color #ACFDAD: hue angle of 120.74º 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 #ACFDAD is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB172253173-
CMYK0.3200.320.01
HSL120.74º95.29%83.33%-
HSV(B)120.74º32.02%99.22%-
XYZ59.6882.0452.22-
YUV219.66101.6694-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 253 (99.22% from 255) = 42.31%
BLUE value IS 173 (67.97% from 255) = 28.93%
R=28.76%
G=42.31%
B=28.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722531730.3200.320.01120.7495.2983.33
HexACFDAD200201795f53
Octal254375255400401171137123
Binary10101100111111011010110110000001000001111100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDAD; }

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

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

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

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

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

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

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

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