Html Css Color HEX #A1FA08 Spring Bud

📋 copy color: '#A1FA08'

red 161 ◦ green 250 ◦ blue 8

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

Shades of Spring Bud #A1FA08

Tints of Spring Bud #A1FA08

RGB

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

 GREEN value IS 250 (98.05% from 255) = 59.67%

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 38.42%
G = 59.67%
B = 1.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#A1FA08 (or 0xA1FA08) is known color: Spring Bud. HEX triplet: A1, FA and 08. RGB value is (161,250,8). Sum of RGB (Red+Green+Blue) = 161+250+8=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 250 (98.05% from 255 or 59.67% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FA08 is #5E05F7. Grayscale: #C4C4C4. Windows color (decimal): -6161912 or 588449. OLE color: 588449.

HSL color Cylindrical-coordinate representation of color #A1FA08: hue angle of 82.07º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1FA08 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 250 8 -
CMYK 0.36 0 0.97 0.02
HSL 82.07º 0.96% 0.51% -
HSV(B) 82.07º 0.97% 0.98% -
XYZ 48.93 75.97 12.31 -
YUV 195.8 22.01 103.18 -
System Red Green Blue C M Y K H S L
Decimal 161 250 8 0.36 0 0.97 0.02 82.07 0.96 0.51
Hex A1 FA 8 24 0 61 2 52 60 33
Octal 241 372 10 44 0 141 2 122 140 63
Binary 10100001 11111010 1000 100100 0 1100001 10 1010010 1100000 110011

Color Harmonies of #A1FA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FA08

Black with #A1FA08

Text Example


Text Example

White with #A1FA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FA08; }

 p { color: rgb(161,250,8); }

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

background-color css

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

 a { background-color: rgb(161,250,8); }

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

border-color css

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

 span { border-color: rgb(161,250,8); }

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