#AFECAF

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

Shades of Celadon #AFECAF

Tints of Celadon #AFECAF

Color information

#AFECAF (or 0xAFECAF) is unknown color: approx Celadon. HEX triplet: AF, EC and AF. RGB value is (175,236,175). Sum of RGB (Red+Green+Blue) = 175+236+175=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECAF is #501350. Grayscale: #D2D2D2. Windows color (decimal): -5247825 or 11529391. OLE color: 11529391.

HSL color Cylindrical-coordinate representation of color #AFECAF: hue angle of 120º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECAF is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB175236175-
CMYK0.2600.260.07
HSL120º61.62%80.59%-
HSV(B)120º25.85%92.55%-
XYZ55.4172.251.57-
YUV210.81107.79102.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 236 (92.58% from 255) = 40.27%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=29.86%
G=40.27%
B=29.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361750.2600.260.0712061.6280.59
HexAFECAF1A01A7783e51
Octal25735425732032717076121
Binary1010111111101100101011111101001101011111110001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECAF; }

 p { color: rgb(175,236,175); }

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

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

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

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

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

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

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