#A0F29C

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

Shades of Pale Green #A0F29C

Tints of Pale Green #A0F29C

Color information

#A0F29C (or 0xA0F29C) is unknown color: approx Pale Green. HEX triplet: A0, F2 and 9C. RGB value is (160,242,156). Sum of RGB (Red+Green+Blue) = 160+242+156=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F29C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F29C is #5F0D63. Grayscale: #CFCFCF. Windows color (decimal): -6229348 or 10285728. OLE color: 10285728.

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

Color convert

RGB160242156-
CMYK0.3400.360.05
HSL117.21º76.79%78.04%-
HSV(B)117.21º35.54%94.9%-
XYZ52.2573.3842.86-
YUV207.6898.8393.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.67%
GREEN value IS 242 (94.92% from 255) = 43.37%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=28.67%
G=43.37%
B=27.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602421560.3400.360.05117.2176.7978.04
HexA0F29C220245754d4e
Octal240362234420445165115116
Binary1010000011110010100111001000100100100101111010110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F29C; }

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

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

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

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

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

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

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

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