Html Css Color HEX #A2F120 Green Yellow

📋 copy color: '#A2F120'

red 162 ◦ green 241 ◦ blue 32

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

Shades of Green Yellow #A2F120

Tints of Green Yellow #A2F120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.4%

 BLUE value IS 32 (12.89% from 255) = 7.36%

R = 37.24%
G = 55.4%
B = 7.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#A2F120 (or 0xA2F120) is known color: Green Yellow. HEX triplet: A2, F1 and 20. RGB value is (162,241,32). Sum of RGB (Red+Green+Blue) = 162+241+32=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F120 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F120 is #5D0EDF. Grayscale: #C2C2C2. Windows color (decimal): -6098656 or 2159010. OLE color: 2159010.

HSL color Cylindrical-coordinate representation of color #A2F120: hue angle of 82.68º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2F120 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 241 32 -
CMYK 0.33 0 0.87 0.05
HSL 82.68º 0.88% 0.54% -
HSV(B) 82.68º 0.87% 0.95% -
XYZ 46.62 70.7 12.56 -
YUV 193.55 36.83 105.49 -
System Red Green Blue C M Y K H S L
Decimal 162 241 32 0.33 0 0.87 0.05 82.68 0.88 0.54
Hex A2 F1 20 21 0 57 5 53 58 36
Octal 242 361 40 41 0 127 5 123 130 66
Binary 10100010 11110001 100000 100001 0 1010111 101 1010011 1011000 110110

Color Harmonies of #A2F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F120

Black with #A2F120

Text Example


Text Example

White with #A2F120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F120; }

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

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

background-color css

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

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

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

border-color css

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

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

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