#A0F895

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

Shades of Pale Green #A0F895

Tints of Pale Green #A0F895

Color information

#A0F895 (or 0xA0F895) is unknown color: approx Pale Green. HEX triplet: A0, F8 and 95. RGB value is (160,248,149). Sum of RGB (Red+Green+Blue) = 160+248+149=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F895 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F895 is #5F076A. Grayscale: #D2D2D2. Windows color (decimal): -6227819 or 9828512. OLE color: 9828512.

HSL color Cylindrical-coordinate representation of color #A0F895: hue angle of 113.33º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0F895 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB160248149-
CMYK0.3500.400.03
HSL113.33º87.61%77.84%-
HSV(B)113.33º39.92%97.25%-
XYZ53.4976.7840.43-
YUV210.493.3592.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.73%
GREEN value IS 248 (97.27% from 255) = 44.52%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=28.73%
G=44.52%
B=26.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602481490.3500.400.03113.3387.6177.84
HexA0F89523028371584e
Octal240370225430503161130116
Binary101000001111100010010101100011010100011111000110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F895; }

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

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

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

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

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

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

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

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