Html Css Color HEX #A1F40F Spring Bud

📋 copy color: '#A1F40F'

red 161 ◦ green 244 ◦ blue 15

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

Shades of Spring Bud #A1F40F

Tints of Spring Bud #A1F40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.57%

R = 38.33%
G = 58.1%
B = 3.57%

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

#A1F40F (or 0xA1F40F) is known color: Spring Bud. HEX triplet: A1, F4 and 0F. RGB value is (161,244,15). Sum of RGB (Red+Green+Blue) = 161+244+15=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 244 (95.70% from 255 or 58.10% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F40F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F40F is #5E0BF0. Grayscale: #C1C1C1. Windows color (decimal): -6163441 or 1045665. OLE color: 1045665.

HSL color Cylindrical-coordinate representation of color #A1F40F: hue angle of 81.75º degrees, saturation: 0.91, 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 #A1F40F is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 244 15 -
CMYK 0.34 0 0.94 0.04
HSL 81.75º 0.91% 0.51% -
HSV(B) 81.75º 0.94% 0.96% -
XYZ 47.13 72.31 11.93 -
YUV 193.08 27.5 105.12 -
System Red Green Blue C M Y K H S L
Decimal 161 244 15 0.34 0 0.94 0.04 81.75 0.91 0.51
Hex A1 F4 F 22 0 5E 4 52 5B 33
Octal 241 364 17 42 0 136 4 122 133 63
Binary 10100001 11110100 1111 100010 0 1011110 100 1010010 1011011 110011

Color Harmonies of #A1F40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F40F

Black with #A1F40F

Text Example


Text Example

White with #A1F40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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