Html Css Color HEX #A1F005 Spring Bud

📋 copy color: '#A1F005'

red 161 ◦ green 240 ◦ blue 5

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

Shades of Spring Bud #A1F005

Tints of Spring Bud #A1F005

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.11%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 39.66%
G = 59.11%
B = 1.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#A1F005 (or 0xA1F005) is known color: Spring Bud. HEX triplet: A1, F0 and 05. RGB value is (161,240,5). Sum of RGB (Red+Green+Blue) = 161+240+5=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 240 (94.14% from 255 or 59.11% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F005 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F005 is #5E0FFA. Grayscale: #BEBEBE. Windows color (decimal): -6164475 or 389281. OLE color: 389281.

HSL color Cylindrical-coordinate representation of color #A1F005: hue angle of 80.17º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1F005 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 240 5 -
CMYK 0.33 0 0.98 0.06
HSL 80.17º 0.96% 0.48% -
HSV(B) 80.17º 0.98% 0.94% -
XYZ 45.89 69.91 11.22 -
YUV 189.59 23.83 107.61 -
System Red Green Blue C M Y K H S L
Decimal 161 240 5 0.33 0 0.98 0.06 80.17 0.96 0.48
Hex A1 F0 5 21 0 62 6 50 60 30
Octal 241 360 5 41 0 142 6 120 140 60
Binary 10100001 11110000 101 100001 0 1100010 110 1010000 1100000 110000

Color Harmonies of #A1F005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F005

Black with #A1F005

Text Example


Text Example

White with #A1F005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F005; }

 p { color: rgb(161,240,5); }

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

background-color css

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

 a { background-color: rgb(161,240,5); }

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

border-color css

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

 span { border-color: rgb(161,240,5); }

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