#ABE0AF

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

Shades of Celadon #ABE0AF

Tints of Celadon #ABE0AF

Color information

#ABE0AF (or 0xABE0AF) is unknown color: approx Celadon. HEX triplet: AB, E0 and AF. RGB value is (171,224,175). Sum of RGB (Red+Green+Blue) = 171+224+175=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE0AF is #541F50. Grayscale: #CACACA. Windows color (decimal): -5513041 or 11526315. OLE color: 11526315.

HSL color Cylindrical-coordinate representation of color #ABE0AF: hue angle of 124.53º 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 #ABE0AF is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB171224175-
CMYK0.2400.220.12
HSL124.53º46.09%77.45%-
HSV(B)124.53º23.66%87.84%-
XYZ51.1965.0650.42-
YUV202.57112.44105.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 224 (87.89% from 255) = 39.30%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=30%
G=39.30%
B=30.70%

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
Decimal1712241750.2400.220.12124.5346.0977.45
HexABE0AF18016C7d2e4d
Octal253340257300261417556115
Binary10101011111000001010111111000010110110011111011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0AF; }

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

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

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

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

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

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

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

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