Html Css Color HEX #A2F124 Green Yellow

📋 copy color: '#A2F124'

red 162 ◦ green 241 ◦ blue 36

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

Shades of Green Yellow #A2F124

Tints of Green Yellow #A2F124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.2%

R = 36.9%
G = 54.9%
B = 8.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#A2F124 (or 0xA2F124) is known color: Green Yellow. HEX triplet: A2, F1 and 24. RGB value is (162,241,36). Sum of RGB (Red+Green+Blue) = 162+241+36=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F124 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F124 is #5D0EDB. Grayscale: #C2C2C2. Windows color (decimal): -6098652 or 2421154. OLE color: 2421154.

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

Color convert

RGB 162 241 36 -
CMYK 0.33 0 0.85 0.05
HSL 83.12º 0.88% 0.54% -
HSV(B) 83.12º 0.85% 0.95% -
XYZ 46.67 70.72 12.86 -
YUV 194.01 38.83 105.17 -
System Red Green Blue C M Y K H S L
Decimal 162 241 36 0.33 0 0.85 0.05 83.12 0.88 0.54
Hex A2 F1 24 21 0 55 5 53 58 36
Octal 242 361 44 41 0 125 5 123 130 66
Binary 10100010 11110001 100100 100001 0 1010101 101 1010011 1011000 110110

Color Harmonies of #A2F124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F124

Black with #A2F124

Text Example


Text Example

White with #A2F124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F124; }

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

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

background-color css

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

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

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

border-color css

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

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

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