#ABF1AF

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

Shades of Celadon #ABF1AF

Tints of Celadon #ABF1AF

Color information

#ABF1AF (or 0xABF1AF) is unknown color: approx Celadon. HEX triplet: AB, F1 and AF. RGB value is (171,241,175). Sum of RGB (Red+Green+Blue) = 171+241+175=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF1AF is #540E50. Grayscale: #D4D4D4. Windows color (decimal): -5508689 or 11530667. OLE color: 11530667.

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

Color convert

RGB171241175-
CMYK0.2900.270.05
HSL123.43º71.43%80.78%-
HSV(B)123.43º29.05%94.51%-
XYZ55.9974.6652.02-
YUV212.55106.8198.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 241 (94.53% from 255) = 41.06%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=29.13%
G=41.06%
B=29.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712411750.2900.270.05123.4371.4380.78
HexABF1AF1D01B57b4751
Octal253361257350335173107121
Binary10101011111100011010111111101011011101111101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1AF; }

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

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

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

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

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

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

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

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