#ACFBAD

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

Shades of Celadon #ACFBAD

Tints of Celadon #ACFBAD

Color information

#ACFBAD (or 0xACFBAD) is unknown color: approx Celadon. HEX triplet: AC, FB and AD. RGB value is (172,251,173). Sum of RGB (Red+Green+Blue) = 172+251+173=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFBAD is #530452. Grayscale: #DADADA. Windows color (decimal): -5440595 or 11402156. OLE color: 11402156.

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

Color convert

RGB172251173-
CMYK0.3100.310.02
HSL120.76º90.8%82.94%-
HSV(B)120.76º31.47%98.43%-
XYZ59.0580.7852.02-
YUV218.49102.3394.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 251 (98.44% from 255) = 42.11%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=28.86%
G=42.11%
B=29.03%

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
Decimal1722511730.3100.310.02120.7690.882.94
HexACFBAD1F01F2795b53
Octal254373255370372171133123
Binary1010110011111011101011011111101111110111100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBAD; }

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

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

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

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

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

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

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

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