Html Css Color HEX #A1E228 Yellow Green

📋 copy color: '#A1E228'

red 161 ◦ green 226 ◦ blue 40

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

Shades of Yellow Green #A1E228

Tints of Yellow Green #A1E228

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.93%

 BLUE value IS 40 (16.02% from 255) = 9.37%

R = 37.7%
G = 52.93%
B = 9.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#A1E228 (or 0xA1E228) is known color: Yellow Green. HEX triplet: A1, E2 and 28. RGB value is (161,226,40). Sum of RGB (Red+Green+Blue) = 161+226+40=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 226 (88.67% from 255 or 52.93% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E228 is #5E1DD7. Grayscale: #BABABA. Windows color (decimal): -6168024 or 2679457. OLE color: 2679457.

HSL color Cylindrical-coordinate representation of color #A1E228: hue angle of 80.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1E228 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 226 40 -
CMYK 0.29 0 0.82 0.11
HSL 80.97º 0.76% 0.52% -
HSV(B) 80.97º 0.82% 0.89% -
XYZ 42.28 62.12 11.77 -
YUV 185.36 45.97 110.62 -
System Red Green Blue C M Y K H S L
Decimal 161 226 40 0.29 0 0.82 0.11 80.97 0.76 0.52
Hex A1 E2 28 1D 0 52 B 51 4C 34
Octal 241 342 50 35 0 122 13 121 114 64
Binary 10100001 11100010 101000 11101 0 1010010 1011 1010001 1001100 110100

Color Harmonies of #A1E228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E228

Black with #A1E228

Text Example


Text Example

White with #A1E228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E228; }

 p { color: rgb(161,226,40); }

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

background-color css

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

 a { background-color: rgb(161,226,40); }

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

border-color css

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

 span { border-color: rgb(161,226,40); }

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