Html Css Color HEX #A2F490 Pale Green

📋 copy color: '#A2F490'

red 162 ◦ green 244 ◦ blue 144

#A2F490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Green #A2F490

Tints of Pale Green #A2F490

RGB

 RED value IS 162 (63.67% from 255) = 29.45%

 GREEN value IS 244 (95.7% from 255) = 44.36%

 BLUE value IS 144 (56.64% from 255) = 26.18%

R = 29.45%
G = 44.36%
B = 26.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#A2F490 (or 0xA2F490) is known color: Pale Green. HEX triplet: A2, F4 and 90. RGB value is (162,244,144). Sum of RGB (Red+Green+Blue) = 162+244+144=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F490 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F490 is #5D0B6F. Grayscale: #D0D0D0. Windows color (decimal): -6097776 or 9499810. OLE color: 9499810.

HSL color Cylindrical-coordinate representation of color #A2F490: hue angle of 109.2º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2F490 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 244 144 -
CMYK 0.34 0 0.41 0.04
HSL 109.2º 0.82% 0.76% -
HSV(B) 109.2º 0.41% 0.96% -
XYZ 52.29 74.4 37.99 -
YUV 208.08 91.83 95.13 -
System Red Green Blue C M Y K H S L
Decimal 162 244 144 0.34 0 0.41 0.04 109.2 0.82 0.76
Hex A2 F4 90 22 0 29 4 6D 52 4C
Octal 242 364 220 42 0 51 4 155 122 114
Binary 10100010 11110100 10010000 100010 0 101001 100 1101101 1010010 1001100

Color Harmonies of #A2F490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F490

Black with #A2F490

Text Example


Text Example

White with #A2F490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F490; }

 p { color: rgb(162,244,144); }

 H1.HeaderClassName
 {
   color: #A2F490;
 }
 .AnyTagClassName
 {
   color: #A2F490;
 }
</style>

background-color css

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

 a { background-color: rgb(162,244,144); }

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

border-color css

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

 span { border-color: rgb(162,244,144); }

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