Html Css Color HEX #A2F820 Green Yellow

📋 copy color: '#A2F820'

red 162 ◦ green 248 ◦ blue 32

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

Shades of Green Yellow #A2F820

Tints of Green Yellow #A2F820

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.11%

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

R = 36.65%
G = 56.11%
B = 7.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#A2F820 (or 0xA2F820) is known color: Green Yellow. HEX triplet: A2, F8 and 20. RGB value is (162,248,32). Sum of RGB (Red+Green+Blue) = 162+248+32=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 248 (97.27% from 255 or 56.11% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F820 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F820 is #5D07DF. Grayscale: #C6C6C6. Windows color (decimal): -6096864 or 2160802. OLE color: 2160802.

HSL color Cylindrical-coordinate representation of color #A2F820: hue angle of 83.89º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2F820 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 248 32 -
CMYK 0.35 0 0.87 0.03
HSL 83.89º 0.94% 0.55% -
HSV(B) 83.89º 0.87% 0.97% -
XYZ 48.73 74.92 13.26 -
YUV 197.66 34.51 102.56 -
System Red Green Blue C M Y K H S L
Decimal 162 248 32 0.35 0 0.87 0.03 83.89 0.94 0.55
Hex A2 F8 20 23 0 57 3 54 5E 37
Octal 242 370 40 43 0 127 3 124 136 67
Binary 10100010 11111000 100000 100011 0 1010111 11 1010100 1011110 110111

Color Harmonies of #A2F820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F820

Black with #A2F820

Text Example


Text Example

White with #A2F820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F820; }

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

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

background-color css

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

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

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

border-color css

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

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

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