#A0F198

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

Shades of Pale Green #A0F198

Tints of Pale Green #A0F198

Color information

#A0F198 (or 0xA0F198) is unknown color: approx Pale Green. HEX triplet: A0, F1 and 98. RGB value is (160,241,152). Sum of RGB (Red+Green+Blue) = 160+241+152=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F198 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F198 is #5F0E67. Grayscale: #CECECE. Windows color (decimal): -6229608 or 10023328. OLE color: 10023328.

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

Color convert

RGB160241152-
CMYK0.3400.370.05
HSL114.61º76.07%77.06%-
HSV(B)114.61º36.93%94.51%-
XYZ51.6272.6541.01-
YUV206.6497.1694.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.93%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 152 (59.77% from 255) = 27.49%
R=28.93%
G=43.58%
B=27.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602411520.3400.370.05114.6176.0777.06
HexA0F198220255734c4d
Octal240361230420455163114115
Binary1010000011110001100110001000100100101101111001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F198; }

 p { color: rgb(160,241,152); }

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

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

 a { background-color: rgb(160,241,152); }

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

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

 span { border-color: rgb(160,241,152); }

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