#A0F3AA

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

Shades of Celadon #A0F3AA

Tints of Celadon #A0F3AA

Color information

#A0F3AA (or 0xA0F3AA) is unknown color: approx Celadon. HEX triplet: A0, F3 and AA. RGB value is (160,243,170). Sum of RGB (Red+Green+Blue) = 160+243+170=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F3AA is #5F0C55. Grayscale: #D2D2D2. Windows color (decimal): -6229078 or 11203488. OLE color: 11203488.

HSL color Cylindrical-coordinate representation of color #A0F3AA: hue angle of 127.23º degrees, saturation: 0.78, 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 #A0F3AA is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB160243170-
CMYK0.3400.300.05
HSL127.23º77.57%79.02%-
HSV(B)127.23º34.16%95.29%-
XYZ53.874.4849.57-
YUV209.86105.592.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.92%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=27.92%
G=42.41%
B=29.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602431700.3400.300.05127.2377.5779.02
HexA0F3AA2201E57f4e4f
Octal240363252420365177116117
Binary101000001111001110101010100010011110101111111110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F3AA; }

 p { color: rgb(160,243,170); }

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

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

 a { background-color: rgb(160,243,170); }

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

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

 span { border-color: rgb(160,243,170); }

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