#ACFAAF

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

Shades of Celadon #ACFAAF

Tints of Celadon #ACFAAF

Color information

#ACFAAF (or 0xACFAAF) is unknown color: approx Celadon. HEX triplet: AC, FA and AF. RGB value is (172,250,175). Sum of RGB (Red+Green+Blue) = 172+250+175=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFAAF is #530550. Grayscale: #DADADA. Windows color (decimal): -5440849 or 11532972. OLE color: 11532972.

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

Color convert

RGB172250175-
CMYK0.3100.30.02
HSL122.31º88.64%82.75%-
HSV(B)122.31º31.2%98.04%-
XYZ58.9480.2452.94-
YUV218.13103.6695.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.81%
GREEN value IS 250 (98.05% from 255) = 41.88%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=28.81%
G=41.88%
B=29.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722501750.3100.30.02122.3188.6482.75
HexACFAAF1F01E27a5953
Octal254372257370362172131123
Binary1010110011111010101011111111101111010111101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAAF; }

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

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

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

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

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

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

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

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