#A0F695

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

Shades of Pale Green #A0F695

Tints of Pale Green #A0F695

Color information

#A0F695 (or 0xA0F695) is unknown color: approx Pale Green. HEX triplet: A0, F6 and 95. RGB value is (160,246,149). Sum of RGB (Red+Green+Blue) = 160+246+149=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F695 is #5F096A. Grayscale: #D1D1D1. Windows color (decimal): -6228331 or 9828000. OLE color: 9828000.

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

Color convert

RGB160246149-
CMYK0.3500.390.04
HSL113.2º84.35%77.45%-
HSV(B)113.2º39.43%96.47%-
XYZ52.8875.5640.23-
YUV209.2394.0192.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.83%
GREEN value IS 246 (96.48% from 255) = 44.32%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=28.83%
G=44.32%
B=26.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602461490.3500.390.04113.284.3577.45
HexA0F69523027471544d
Octal240366225430474161124115
Binary1010000011110110100101011000110100111100111000110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F695; }

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

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

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

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

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

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

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

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