Html Css Color HEX #A1FD08 Spring Bud

📋 copy color: '#A1FD08'

red 161 ◦ green 253 ◦ blue 8

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

Shades of Spring Bud #A1FD08

Tints of Spring Bud #A1FD08

RGB

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

 GREEN value IS 253 (99.22% from 255) = 59.95%

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

R = 38.15%
G = 59.95%
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

#A1FD08 (or 0xA1FD08) is known color: Spring Bud. HEX triplet: A1, FD and 08. RGB value is (161,253,8). Sum of RGB (Red+Green+Blue) = 161+253+8=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 253 (99.22% from 255 or 59.95% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FD08 is #5E02F7. Grayscale: #C6C6C6. Windows color (decimal): -6161144 or 589217. OLE color: 589217.

HSL color Cylindrical-coordinate representation of color #A1FD08: hue angle of 82.53º 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 #A1FD08 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 253 8 -
CMYK 0.36 0 0.97 0.01
HSL 82.53º 0.98% 0.51% -
HSV(B) 82.53º 0.97% 0.99% -
XYZ 49.87 77.85 12.63 -
YUV 197.56 21.02 101.92 -
System Red Green Blue C M Y K H S L
Decimal 161 253 8 0.36 0 0.97 0.01 82.53 0.98 0.51
Hex A1 FD 8 24 0 61 1 53 62 33
Octal 241 375 10 44 0 141 1 123 142 63
Binary 10100001 11111101 1000 100100 0 1100001 1 1010011 1100010 110011

Color Harmonies of #A1FD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FD08

Black with #A1FD08

Text Example


Text Example

White with #A1FD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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