#A0F8AF

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

Shades of Celadon #A0F8AF

Tints of Celadon #A0F8AF

Color information

#A0F8AF (or 0xA0F8AF) is unknown color: approx Celadon. HEX triplet: A0, F8 and AF. RGB value is (160,248,175). Sum of RGB (Red+Green+Blue) = 160+248+175=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F8AF is #5F0750. Grayscale: #D5D5D5. Windows color (decimal): -6227793 or 11532448. OLE color: 11532448.

HSL color Cylindrical-coordinate representation of color #A0F8AF: hue angle of 130.23º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F8AF is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB160248175-
CMYK0.3500.290.03
HSL130.23º86.27%80%-
HSV(B)130.23º35.48%97.25%-
XYZ55.877.752.61-
YUV213.37106.3589.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.44%
GREEN value IS 248 (97.27% from 255) = 42.54%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=27.44%
G=42.54%
B=30.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602481750.3500.290.03130.2386.2780
HexA0F8AF2301D3825650
Octal240370257430353202126120
Binary101000001111100010101111100011011101111000001010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F8AF; }

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

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

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

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

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

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

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

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