Html Css Color HEX #A1FC09 Spring Bud

📋 copy color: '#A1FC09'

red 161 ◦ green 252 ◦ blue 9

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

Shades of Spring Bud #A1FC09

Tints of Spring Bud #A1FC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.13%

R = 38.15%
G = 59.72%
B = 2.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#A1FC09 (or 0xA1FC09) is known color: Spring Bud. HEX triplet: A1, FC and 09. RGB value is (161,252,9). Sum of RGB (Red+Green+Blue) = 161+252+9=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 252 (98.83% from 255 or 59.72% from 422); Blue value is 9 (3.91% from 255 or 2.13% from 422); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FC09 is #5E03F6. Grayscale: #C5C5C5. Windows color (decimal): -6161399 or 654497. OLE color: 654497.

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

Color convert

RGB 161 252 9 -
CMYK 0.36 0 0.96 0.01
HSL 82.47º 0.98% 0.51% -
HSV(B) 82.47º 0.96% 0.99% -
XYZ 49.56 77.22 12.55 -
YUV 197.09 21.85 102.26 -
System Red Green Blue C M Y K H S L
Decimal 161 252 9 0.36 0 0.96 0.01 82.47 0.98 0.51
Hex A1 FC 9 24 0 60 1 52 62 33
Octal 241 374 11 44 0 140 1 122 142 63
Binary 10100001 11111100 1001 100100 0 1100000 1 1010010 1100010 110011

Color Harmonies of #A1FC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FC09

Black with #A1FC09

Text Example


Text Example

White with #A1FC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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