Html Css Color HEX #A1F50E Spring Bud

📋 copy color: '#A1F50E'

red 161 ◦ green 245 ◦ blue 14

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

Shades of Spring Bud #A1F50E

Tints of Spring Bud #A1F50E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 58.33%

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 38.33%
G = 58.33%
B = 3.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#A1F50E (or 0xA1F50E) is known color: Spring Bud. HEX triplet: A1, F5 and 0E. RGB value is (161,245,14). Sum of RGB (Red+Green+Blue) = 161+245+14=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 245 (96.09% from 255 or 58.33% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F50E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F50E is #5E0AF1. Grayscale: #C2C2C2. Windows color (decimal): -6163186 or 980385. OLE color: 980385.

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

Color convert

RGB 161 245 14 -
CMYK 0.34 0 0.94 0.04
HSL 81.82º 0.92% 0.51% -
HSV(B) 81.82º 0.94% 0.96% -
XYZ 47.43 72.91 11.99 -
YUV 193.55 26.67 104.78 -
System Red Green Blue C M Y K H S L
Decimal 161 245 14 0.34 0 0.94 0.04 81.82 0.92 0.51
Hex A1 F5 E 22 0 5E 4 52 5C 33
Octal 241 365 16 42 0 136 4 122 134 63
Binary 10100001 11110101 1110 100010 0 1011110 100 1010010 1011100 110011

Color Harmonies of #A1F50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F50E

Black with #A1F50E

Text Example


Text Example

White with #A1F50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F50E; }

 p { color: rgb(161,245,14); }

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

background-color css

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

 a { background-color: rgb(161,245,14); }

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

border-color css

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

 span { border-color: rgb(161,245,14); }

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