Html Css Color HEX #A1FC08 Spring Bud

📋 copy color: '#A1FC08'

red 161 ◦ green 252 ◦ blue 8

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

Shades of Spring Bud #A1FC08

Tints of Spring Bud #A1FC08

RGB

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

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

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

R = 38.24%
G = 59.86%
B = 1.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#A1FC08 (or 0xA1FC08) is known color: Spring Bud. HEX triplet: A1, FC and 08. RGB value is (161,252,8). Sum of RGB (Red+Green+Blue) = 161+252+8=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 252 (98.83% from 255 or 59.86% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FC08 is #5E03F7. Grayscale: #C5C5C5. Windows color (decimal): -6161400 or 588961. OLE color: 588961.

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

Color convert

RGB 161 252 8 -
CMYK 0.36 0 0.97 0.01
HSL 82.38º 0.98% 0.51% -
HSV(B) 82.38º 0.97% 0.99% -
XYZ 49.55 77.22 12.52 -
YUV 196.98 21.35 102.34 -
System Red Green Blue C M Y K H S L
Decimal 161 252 8 0.36 0 0.97 0.01 82.38 0.98 0.51
Hex A1 FC 8 24 0 61 1 52 62 33
Octal 241 374 10 44 0 141 1 122 142 63
Binary 10100001 11111100 1000 100100 0 1100001 1 1010010 1100010 110011

Color Harmonies of #A1FC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FC08

Black with #A1FC08

Text Example


Text Example

White with #A1FC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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