#AEF2AF

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

Shades of Celadon #AEF2AF

Tints of Celadon #AEF2AF

Color information

#AEF2AF (or 0xAEF2AF) is unknown color: approx Celadon. HEX triplet: AE, F2 and AF. RGB value is (174,242,175). Sum of RGB (Red+Green+Blue) = 174+242+175=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF2AF is #510D50. Grayscale: #D6D6D6. Windows color (decimal): -5311825 or 11530926. OLE color: 11530926.

HSL color Cylindrical-coordinate representation of color #AEF2AF: hue angle of 120.88º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2AF is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB174242175-
CMYK0.2800.280.05
HSL120.88º72.34%81.57%-
HSV(B)120.88º28.1%94.9%-
XYZ56.9575.652.15-
YUV214.03105.9799.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 242 (94.92% from 255) = 40.95%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=29.44%
G=40.95%
B=29.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742421750.2800.280.05120.8872.3481.57
HexAEF2AF1C01C5794852
Octal256362257340345171110122
Binary10101110111100101010111111100011100101111100110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF2AF; }

 p { color: rgb(174,242,175); }

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

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

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

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

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

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

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