Html Css Color HEX #A1F90F Spring Bud

📋 copy color: '#A1F90F'

red 161 ◦ green 249 ◦ blue 15

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

Shades of Spring Bud #A1F90F

Tints of Spring Bud #A1F90F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.59%

 BLUE value IS 15 (6.25% from 255) = 3.53%

R = 37.88%
G = 58.59%
B = 3.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#A1F90F (or 0xA1F90F) is known color: Spring Bud. HEX triplet: A1, F9 and 0F. RGB value is (161,249,15). Sum of RGB (Red+Green+Blue) = 161+249+15=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 249 (97.66% from 255 or 58.59% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F90F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F90F is #5E06F0. Grayscale: #C4C4C4. Windows color (decimal): -6162161 or 1046945. OLE color: 1046945.

HSL color Cylindrical-coordinate representation of color #A1F90F: hue angle of 82.56º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1F90F is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 249 15 -
CMYK 0.35 0 0.94 0.02
HSL 82.56º 0.95% 0.52% -
HSV(B) 82.56º 0.94% 0.98% -
XYZ 48.66 75.36 12.43 -
YUV 196.01 25.85 103.03 -
System Red Green Blue C M Y K H S L
Decimal 161 249 15 0.35 0 0.94 0.02 82.56 0.95 0.52
Hex A1 F9 F 23 0 5E 2 53 5F 34
Octal 241 371 17 43 0 136 2 123 137 64
Binary 10100001 11111001 1111 100011 0 1011110 10 1010011 1011111 110100

Color Harmonies of #A1F90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F90F

Black with #A1F90F

Text Example


Text Example

White with #A1F90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F90F; }

 p { color: rgb(161,249,15); }

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

background-color css

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

 a { background-color: rgb(161,249,15); }

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

border-color css

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

 span { border-color: rgb(161,249,15); }

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