#ABF1AA

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

Shades of Celadon #ABF1AA

Tints of Celadon #ABF1AA

Color information

#ABF1AA (or 0xABF1AA) is unknown color: approx Celadon. HEX triplet: AB, F1 and AA. RGB value is (171,241,170). Sum of RGB (Red+Green+Blue) = 171+241+170=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF1AA is #540E55. Grayscale: #D4D4D4. Windows color (decimal): -5508694 or 11202987. OLE color: 11202987.

HSL color Cylindrical-coordinate representation of color #ABF1AA: hue angle of 119.15º degrees, saturation: 0.72, 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 #ABF1AA is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB171241170-
CMYK0.2900.290.05
HSL119.15º71.72%80.59%-
HSV(B)119.15º29.46%94.51%-
XYZ55.5174.4749.48-
YUV211.98104.3198.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 241 (94.53% from 255) = 41.41%
BLUE value IS 170 (66.80% from 255) = 29.21%
R=29.38%
G=41.41%
B=29.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712411700.2900.290.05119.1571.7280.59
HexABF1AA1D01D5774851
Octal253361252350355167110121
Binary10101011111100011010101011101011101101111011110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1AA; }

 p { color: rgb(171,241,170); }

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

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

 a { background-color: rgb(171,241,170); }

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

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

 span { border-color: rgb(171,241,170); }

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