Html Css Color HEX #A1FC0E Spring Bud

📋 copy color: '#A1FC0E'

red 161 ◦ green 252 ◦ blue 14

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

Shades of Spring Bud #A1FC0E

Tints of Spring Bud #A1FC0E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.02%

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

R = 37.7%
G = 59.02%
B = 3.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#A1FC0E (or 0xA1FC0E) is known color: Spring Bud. HEX triplet: A1, FC and 0E. RGB value is (161,252,14). Sum of RGB (Red+Green+Blue) = 161+252+14=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 252 (98.83% from 255 or 59.02% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FC0E is #5E03F1. Grayscale: #C6C6C6. Windows color (decimal): -6161394 or 982177. OLE color: 982177.

HSL color Cylindrical-coordinate representation of color #A1FC0E: hue angle of 82.94º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1FC0E is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 252 14 -
CMYK 0.36 0 0.94 0.01
HSL 82.94º 0.98% 0.52% -
HSV(B) 82.94º 0.94% 0.99% -
XYZ 49.59 77.23 12.71 -
YUV 197.66 24.35 101.85 -
System Red Green Blue C M Y K H S L
Decimal 161 252 14 0.36 0 0.94 0.01 82.94 0.98 0.52
Hex A1 FC E 24 0 5E 1 53 62 34
Octal 241 374 16 44 0 136 1 123 142 64
Binary 10100001 11111100 1110 100100 0 1011110 1 1010011 1100010 110100

Color Harmonies of #A1FC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FC0E

Black with #A1FC0E

Text Example


Text Example

White with #A1FC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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