Html Css Color HEX #A1FA12 Spring Bud

📋 copy color: '#A1FA12'

red 161 ◦ green 250 ◦ blue 18

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

Shades of Spring Bud #A1FA12

Tints of Spring Bud #A1FA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.2%

R = 37.53%
G = 58.28%
B = 4.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#A1FA12 (or 0xA1FA12) is known color: Spring Bud. HEX triplet: A1, FA and 12. RGB value is (161,250,18). Sum of RGB (Red+Green+Blue) = 161+250+18=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 250 (98.05% from 255 or 58.28% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FA12 is #5E05ED. Grayscale: #C5C5C5. Windows color (decimal): -6161902 or 1243809. OLE color: 1243809.

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

Color convert

RGB 161 250 18 -
CMYK 0.36 0 0.93 0.02
HSL 83.02º 0.96% 0.53% -
HSV(B) 83.02º 0.93% 0.98% -
XYZ 48.99 75.99 12.66 -
YUV 196.94 27.01 102.36 -
System Red Green Blue C M Y K H S L
Decimal 161 250 18 0.36 0 0.93 0.02 83.02 0.96 0.53
Hex A1 FA 12 24 0 5D 2 53 60 35
Octal 241 372 22 44 0 135 2 123 140 65
Binary 10100001 11111010 10010 100100 0 1011101 10 1010011 1100000 110101

Color Harmonies of #A1FA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FA12

Black with #A1FA12

Text Example


Text Example

White with #A1FA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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