#abf2ae

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

Shades of Celadon #ABF2AE

Tints of Celadon #ABF2AE

Color information

#ABF2AE (or 0xABF2AE) is unknown color: approx Celadon. HEX triplet: AB, F2 and AE. RGB value is (171,242,174). Sum of RGB (Red+Green+Blue) = 171+242+174=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF2AE is #540D51. Grayscale: #D5D5D5. Windows color (decimal): -5508434 or 11465387. OLE color: 11465387.

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

Color convert

RGB171242174-
CMYK0.2900.280.05
HSL122.54º73.2%80.98%-
HSV(B)122.54º29.34%94.9%-
XYZ56.1975.2251.6-
YUV213.02105.9898.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 242 (94.92% from 255) = 41.23%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=29.13%
G=41.23%
B=29.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712421740.2900.280.05122.5473.280.98
HexABF2AE1D01C57b4951
Octal253362256350345173111121
Binary10101011111100101010111011101011100101111101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abf2ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abf2ae; }

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

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

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

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

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

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

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

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