#A0F9AE

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

Shades of Pale Green #A0F9AE

Tints of Pale Green #A0F9AE

Color information

#A0F9AE (or 0xA0F9AE) is unknown color: approx Pale Green. HEX triplet: A0, F9 and AE. RGB value is (160,249,174). Sum of RGB (Red+Green+Blue) = 160+249+174=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F9AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F9AE is #5F0651. Grayscale: #D6D6D6. Windows color (decimal): -6227538 or 11467168. OLE color: 11467168.

HSL color Cylindrical-coordinate representation of color #A0F9AE: hue angle of 129.44º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0F9AE is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB160249174-
CMYK0.3600.300.02
HSL129.44º88.12%80.2%-
HSV(B)129.44º35.74%97.65%-
XYZ56.0178.2852.2-
YUV213.84105.5189.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.44%
GREEN value IS 249 (97.66% from 255) = 42.71%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=27.44%
G=42.71%
B=29.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602491740.3600.300.02129.4488.1280.2
HexA0F9AE2401E2815850
Octal240371256440362201130120
Binary101000001111100110101110100100011110101000000110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F9AE; }

 p { color: rgb(160,249,174); }

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

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

 a { background-color: rgb(160,249,174); }

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

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

 span { border-color: rgb(160,249,174); }

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