Html Css Color HEX #A1E02A Yellow Green

📋 copy color: '#A1E02A'

red 161 ◦ green 224 ◦ blue 42

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

Shades of Yellow Green #A1E02A

Tints of Yellow Green #A1E02A

RGB

 RED value IS 161 (63.28% from 255) = 37.7%

 GREEN value IS 224 (87.89% from 255) = 52.46%

 BLUE value IS 42 (16.8% from 255) = 9.84%

R = 37.7%
G = 52.46%
B = 9.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#A1E02A (or 0xA1E02A) is known color: Yellow Green. HEX triplet: A1, E0 and 2A. RGB value is (161,224,42). Sum of RGB (Red+Green+Blue) = 161+224+42=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E02A is #5E1FD5. Grayscale: #B9B9B9. Windows color (decimal): -6168534 or 2810017. OLE color: 2810017.

HSL color Cylindrical-coordinate representation of color #A1E02A: hue angle of 80.77º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1E02A is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 224 42 -
CMYK 0.28 0 0.81 0.12
HSL 80.77º 0.75% 0.52% -
HSV(B) 80.77º 0.81% 0.88% -
XYZ 41.77 61.06 11.77 -
YUV 184.42 47.63 111.3 -
System Red Green Blue C M Y K H S L
Decimal 161 224 42 0.28 0 0.81 0.12 80.77 0.75 0.52
Hex A1 E0 2A 1C 0 51 C 51 4B 34
Octal 241 340 52 34 0 121 14 121 113 64
Binary 10100001 11100000 101010 11100 0 1010001 1100 1010001 1001011 110100

Color Harmonies of #A1E02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E02A

Black with #A1E02A

Text Example


Text Example

White with #A1E02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E02A; }

 p { color: rgb(161,224,42); }

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

background-color css

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

 a { background-color: rgb(161,224,42); }

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

border-color css

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

 span { border-color: rgb(161,224,42); }

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