#ABE0AE

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

Shades of Celadon #ABE0AE

Tints of Celadon #ABE0AE

Color information

#ABE0AE (or 0xABE0AE) is unknown color: approx Celadon. HEX triplet: AB, E0 and AE. RGB value is (171,224,174). Sum of RGB (Red+Green+Blue) = 171+224+174=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE0AE is #541F51. Grayscale: #CACACA. Windows color (decimal): -5513042 or 11460779. OLE color: 11460779.

HSL color Cylindrical-coordinate representation of color #ABE0AE: hue angle of 123.4º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0AE is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB171224174-
CMYK0.2400.220.12
HSL123.4º46.09%77.45%-
HSV(B)123.4º23.66%87.84%-
XYZ51.0965.0349.9-
YUV202.45111.94105.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=30.05%
G=39.37%
B=30.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712241740.2400.220.12123.446.0977.45
HexABE0AE18016C7b2e4d
Octal253340256300261417356115
Binary10101011111000001010111011000010110110011110111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0AE; }

 p { color: rgb(171,224,174); }

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

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

 a { background-color: rgb(171,224,174); }

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

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

 span { border-color: rgb(171,224,174); }

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