Html Css Color HEX #A1F917 Spring Bud

📋 copy color: '#A1F917'

red 161 ◦ green 249 ◦ blue 23

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

Shades of Spring Bud #A1F917

Tints of Spring Bud #A1F917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.31%

R = 37.18%
G = 57.51%
B = 5.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#A1F917 (or 0xA1F917) is known color: Spring Bud. HEX triplet: A1, F9 and 17. RGB value is (161,249,23). Sum of RGB (Red+Green+Blue) = 161+249+23=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 249 (97.66% from 255 or 57.51% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F917 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F917 is #5E06E8. Grayscale: #C5C5C5. Windows color (decimal): -6162153 or 1571233. OLE color: 1571233.

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

Color convert

RGB 161 249 23 -
CMYK 0.35 0 0.91 0.02
HSL 83.36º 0.95% 0.53% -
HSV(B) 83.36º 0.91% 0.98% -
XYZ 48.73 75.39 12.79 -
YUV 196.92 29.85 102.38 -
System Red Green Blue C M Y K H S L
Decimal 161 249 23 0.35 0 0.91 0.02 83.36 0.95 0.53
Hex A1 F9 17 23 0 5B 2 53 5F 35
Octal 241 371 27 43 0 133 2 123 137 65
Binary 10100001 11111001 10111 100011 0 1011011 10 1010011 1011111 110101

Color Harmonies of #A1F917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F917

Black with #A1F917

Text Example


Text Example

White with #A1F917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F917; }

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

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

background-color css

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

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

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

border-color css

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

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

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