#ABF0AF

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

Shades of Celadon #ABF0AF

Tints of Celadon #ABF0AF

Color information

#ABF0AF (or 0xABF0AF) is unknown color: approx Celadon. HEX triplet: AB, F0 and AF. RGB value is (171,240,175). Sum of RGB (Red+Green+Blue) = 171+240+175=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF0AF is #540F50. Grayscale: #D4D4D4. Windows color (decimal): -5508945 or 11530411. OLE color: 11530411.

HSL color Cylindrical-coordinate representation of color #ABF0AF: hue angle of 123.48º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0AF is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB171240175-
CMYK0.2900.270.06
HSL123.48º69.7%80.59%-
HSV(B)123.48º28.75%94.12%-
XYZ55.6974.0751.92-
YUV211.96107.1498.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.18%
GREEN value IS 240 (94.14% from 255) = 40.96%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=29.18%
G=40.96%
B=29.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712401750.2900.270.06123.4869.780.59
HexABF0AF1D01B67b4651
Octal253360257350336173106121
Binary10101011111100001010111111101011011110111101110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF0AF; }

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

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

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

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

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

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

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

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