#ACFEAF

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

Shades of Celadon #ACFEAF

Tints of Celadon #ACFEAF

Color information

#ACFEAF (or 0xACFEAF) is unknown color: approx Celadon. HEX triplet: AC, FE and AF. RGB value is (172,254,175). Sum of RGB (Red+Green+Blue) = 172+254+175=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFEAF is #530150. Grayscale: #DCDCDC. Windows color (decimal): -5439825 or 11533996. OLE color: 11533996.

HSL color Cylindrical-coordinate representation of color #ACFEAF: hue angle of 122.2º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEAF is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB172254175-
CMYK0.3200.310.00
HSL122.2º97.62%83.53%-
HSV(B)122.2º32.28%99.61%-
XYZ60.1982.7553.36-
YUV220.48102.3393.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 254 (99.61% from 255) = 42.26%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=28.62%
G=42.26%
B=29.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722541750.3200.310.00122.297.6283.53
HexACFEAF2001F07a6254
Octal254376257400370172142124
Binary1010110011111110101011111000000111110111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEAF; }

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

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

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

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

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

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

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

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