Html Css Color HEX #A1F428 Green Yellow

📋 copy color: '#A1F428'

red 161 ◦ green 244 ◦ blue 40

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

Shades of Green Yellow #A1F428

Tints of Green Yellow #A1F428

RGB

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

 GREEN value IS 244 (95.7% from 255) = 54.83%

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

R = 36.18%
G = 54.83%
B = 8.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#A1F428 (or 0xA1F428) is known color: Green Yellow. HEX triplet: A1, F4 and 28. RGB value is (161,244,40). Sum of RGB (Red+Green+Blue) = 161+244+40=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 244 (95.70% from 255 or 54.83% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F428 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F428 is #5E0BD7. Grayscale: #C4C4C4. Windows color (decimal): -6163416 or 2684065. OLE color: 2684065.

HSL color Cylindrical-coordinate representation of color #A1F428: hue angle of 84.41º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1F428 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 244 40 -
CMYK 0.34 0 0.84 0.04
HSL 84.41º 0.9% 0.56% -
HSV(B) 84.41º 0.84% 0.96% -
XYZ 47.43 72.43 13.49 -
YUV 195.93 40 103.09 -
System Red Green Blue C M Y K H S L
Decimal 161 244 40 0.34 0 0.84 0.04 84.41 0.9 0.56
Hex A1 F4 28 22 0 54 4 54 5A 38
Octal 241 364 50 42 0 124 4 124 132 70
Binary 10100001 11110100 101000 100010 0 1010100 100 1010100 1011010 111000

Color Harmonies of #A1F428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F428

Black with #A1F428

Text Example


Text Example

White with #A1F428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F428; }

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

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

background-color css

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

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

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

border-color css

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

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

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