#ACFAAD

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

Shades of Celadon #ACFAAD

Tints of Celadon #ACFAAD

Color information

#ACFAAD (or 0xACFAAD) is unknown color: approx Celadon. HEX triplet: AC, FA and AD. RGB value is (172,250,173). Sum of RGB (Red+Green+Blue) = 172+250+173=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFAAD is #530552. Grayscale: #DADADA. Windows color (decimal): -5440851 or 11401900. OLE color: 11401900.

HSL color Cylindrical-coordinate representation of color #ACFAAD: hue angle of 120.77º degrees, saturation: 0.89, 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 #ACFAAD is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB172250173-
CMYK0.3100.310.02
HSL120.77º88.64%82.75%-
HSV(B)120.77º31.2%98.04%-
XYZ58.7480.1651.91-
YUV217.9102.6695.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=28.91%
G=42.02%
B=29.08%

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
Decimal1722501730.3100.310.02120.7788.6482.75
HexACFAAD1F01F2795953
Octal254372255370372171131123
Binary1010110011111010101011011111101111110111100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAAD; }

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

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

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

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

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

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

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

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