#A0F2AF

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

Shades of Celadon #A0F2AF

Tints of Celadon #A0F2AF

Color information

#A0F2AF (or 0xA0F2AF) is unknown color: approx Celadon. HEX triplet: A0, F2 and AF. RGB value is (160,242,175). Sum of RGB (Red+Green+Blue) = 160+242+175=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F2AF is #5F0D50. Grayscale: #D2D2D2. Windows color (decimal): -6229329 or 11530912. OLE color: 11530912.

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

Color convert

RGB160242175-
CMYK0.3400.280.05
HSL130.98º75.93%78.82%-
HSV(B)130.98º33.88%94.9%-
XYZ53.9974.0752.01-
YUV209.84108.3392.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.73%
GREEN value IS 242 (94.92% from 255) = 41.94%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=27.73%
G=41.94%
B=30.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602421750.3400.280.05130.9875.9378.82
HexA0F2AF2201C5834c4f
Octal240362257420345203114117
Binary1010000011110010101011111000100111001011000001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F2AF; }

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

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

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

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

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

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

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

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