#ABE4AF

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

Shades of Celadon #ABE4AF

Tints of Celadon #ABE4AF

Color information

#ABE4AF (or 0xABE4AF) is unknown color: approx Celadon. HEX triplet: AB, E4 and AF. RGB value is (171,228,175). Sum of RGB (Red+Green+Blue) = 171+228+175=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE4AF is #541B50. Grayscale: #CDCDCD. Windows color (decimal): -5512017 or 11527339. OLE color: 11527339.

HSL color Cylindrical-coordinate representation of color #ABE4AF: hue angle of 124.21º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE4AF is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB171228175-
CMYK0.2500.230.11
HSL124.21º51.35%78.24%-
HSV(B)124.21º25%89.41%-
XYZ52.2867.2450.78-
YUV204.91111.12103.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 228 (89.45% from 255) = 39.72%
BLUE value IS 175 (68.75% from 255) = 30.49%
R=29.79%
G=39.72%
B=30.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712281750.2500.230.11124.2151.3578.24
HexABE4AF19017B7c334e
Octal253344257310271317463116
Binary10101011111001001010111111001010111101111111001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE4AF; }

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

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

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

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

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

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

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

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