#A0F4AF

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

Shades of Celadon #A0F4AF

Tints of Celadon #A0F4AF

Color information

#A0F4AF (or 0xA0F4AF) is unknown color: approx Celadon. HEX triplet: A0, F4 and AF. RGB value is (160,244,175). Sum of RGB (Red+Green+Blue) = 160+244+175=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F4AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F4AF is #5F0B50. Grayscale: #D3D3D3. Windows color (decimal): -6228817 or 11531424. OLE color: 11531424.

HSL color Cylindrical-coordinate representation of color #A0F4AF: hue angle of 130.71º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F4AF is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB160244175-
CMYK0.3400.280.04
HSL130.71º79.25%79.22%-
HSV(B)130.71º34.43%95.69%-
XYZ54.5975.2752.21-
YUV211.02107.6791.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.63%
GREEN value IS 244 (95.70% from 255) = 42.14%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=27.63%
G=42.14%
B=30.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602441750.3400.280.04130.7179.2579.22
HexA0F4AF2201C4834f4f
Octal240364257420344203117117
Binary1010000011110100101011111000100111001001000001110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F4AF; }

 p { color: rgb(160,244,175); }

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

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

 a { background-color: rgb(160,244,175); }

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

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

 span { border-color: rgb(160,244,175); }

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