#A0F694

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

Shades of Pale Green #A0F694

Tints of Pale Green #A0F694

Color information

#A0F694 (or 0xA0F694) is unknown color: approx Pale Green. HEX triplet: A0, F6 and 94. RGB value is (160,246,148). Sum of RGB (Red+Green+Blue) = 160+246+148=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F694 is #5F096B. Grayscale: #D1D1D1. Windows color (decimal): -6228332 or 9762464. OLE color: 9762464.

HSL color Cylindrical-coordinate representation of color #A0F694: hue angle of 112.65º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0F694 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB160246148-
CMYK0.3500.400.04
HSL112.65º84.48%77.25%-
HSV(B)112.65º39.84%96.47%-
XYZ52.875.5239.81-
YUV209.1193.5192.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 246 (96.48% from 255) = 44.40%
BLUE value IS 148 (58.20% from 255) = 26.71%
R=28.88%
G=44.40%
B=26.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602461480.3500.400.04112.6584.4877.25
HexA0F69423028471544d
Octal240366224430504161124115
Binary1010000011110110100101001000110101000100111000110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F694; }

 p { color: rgb(160,246,148); }

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

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

 a { background-color: rgb(160,246,148); }

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

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

 span { border-color: rgb(160,246,148); }

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