#A2F199

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

Shades of Pale Green #A2F199

Tints of Pale Green #A2F199

Color information

#A2F199 (or 0xA2F199) is unknown color: approx Pale Green. HEX triplet: A2, F1 and 99. RGB value is (162,241,153). Sum of RGB (Red+Green+Blue) = 162+241+153=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F199 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F199 is #5D0E66. Grayscale: #CFCFCF. Windows color (decimal): -6098535 or 10088866. OLE color: 10088866.

HSL color Cylindrical-coordinate representation of color #A2F199: hue angle of 113.86º 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 #A2F199 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB162241153-
CMYK0.3300.370.05
HSL113.86º75.86%77.25%-
HSV(B)113.86º36.51%94.51%-
XYZ52.1172.8941.46-
YUV207.3597.3395.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.14%
GREEN value IS 241 (94.53% from 255) = 43.35%
BLUE value IS 153 (60.16% from 255) = 27.52%
R=29.14%
G=43.35%
B=27.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622411530.3300.370.05113.8675.8677.25
HexA2F199210255724c4d
Octal242361231410455162114115
Binary1010001011110001100110011000010100101101111001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F199; }

 p { color: rgb(162,241,153); }

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

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

 a { background-color: rgb(162,241,153); }

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

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

 span { border-color: rgb(162,241,153); }

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