Html Css Color HEX #A1FA1E Green Yellow

📋 copy color: '#A1FA1E'

red 161 ◦ green 250 ◦ blue 30

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

Shades of Green Yellow #A1FA1E

Tints of Green Yellow #A1FA1E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.69%

 BLUE value IS 30 (12.11% from 255) = 6.8%

R = 36.51%
G = 56.69%
B = 6.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#A1FA1E (or 0xA1FA1E) is known color: Green Yellow. HEX triplet: A1, FA and 1E. RGB value is (161,250,30). Sum of RGB (Red+Green+Blue) = 161+250+30=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1FA1E is #5E05E1. Grayscale: #C7C7C7. Windows color (decimal): -6161890 or 2030241. OLE color: 2030241.

HSL color Cylindrical-coordinate representation of color #A1FA1E: hue angle of 84.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1FA1E is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 250 30 -
CMYK 0.36 0 0.88 0.02
HSL 84.27º 0.96% 0.55% -
HSV(B) 84.27º 0.88% 0.98% -
XYZ 49.12 76.04 13.32 -
YUV 198.31 33.01 101.39 -
System Red Green Blue C M Y K H S L
Decimal 161 250 30 0.36 0 0.88 0.02 84.27 0.96 0.55
Hex A1 FA 1E 24 0 58 2 54 60 37
Octal 241 372 36 44 0 130 2 124 140 67
Binary 10100001 11111010 11110 100100 0 1011000 10 1010100 1100000 110111

Color Harmonies of #A1FA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FA1E

Black with #A1FA1E

Text Example


Text Example

White with #A1FA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FA1E; }

 p { color: rgb(161,250,30); }

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

background-color css

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

 a { background-color: rgb(161,250,30); }

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

border-color css

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

 span { border-color: rgb(161,250,30); }

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