Html Css Color HEX #A1F40D Spring Bud

📋 copy color: '#A1F40D'

red 161 ◦ green 244 ◦ blue 13

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

Shades of Spring Bud #A1F40D

Tints of Spring Bud #A1F40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.11%

R = 38.52%
G = 58.37%
B = 3.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#A1F40D (or 0xA1F40D) is known color: Spring Bud. HEX triplet: A1, F4 and 0D. RGB value is (161,244,13). Sum of RGB (Red+Green+Blue) = 161+244+13=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 244 (95.70% from 255 or 58.37% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F40D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F40D is #5E0BF2. Grayscale: #C1C1C1. Windows color (decimal): -6163443 or 914593. OLE color: 914593.

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

Color convert

RGB 161 244 13 -
CMYK 0.34 0 0.95 0.04
HSL 81.56º 0.91% 0.5% -
HSV(B) 81.56º 0.95% 0.96% -
XYZ 47.12 72.31 11.85 -
YUV 192.85 26.5 105.28 -
System Red Green Blue C M Y K H S L
Decimal 161 244 13 0.34 0 0.95 0.04 81.56 0.91 0.5
Hex A1 F4 D 22 0 5F 4 52 5B 32
Octal 241 364 15 42 0 137 4 122 133 62
Binary 10100001 11110100 1101 100010 0 1011111 100 1010010 1011011 110010

Color Harmonies of #A1F40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F40D

Black with #A1F40D

Text Example


Text Example

White with #A1F40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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