Html Css Color HEX #A1F711 Spring Bud

📋 copy color: '#A1F711'

red 161 ◦ green 247 ◦ blue 17

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

Shades of Spring Bud #A1F711

Tints of Spring Bud #A1F711

RGB

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

 GREEN value IS 247 (96.88% from 255) = 58.12%

 BLUE value IS 17 (7.03% from 255) = 4%

R = 37.88%
G = 58.12%
B = 4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#A1F711 (or 0xA1F711) is known color: Spring Bud. HEX triplet: A1, F7 and 11. RGB value is (161,247,17). Sum of RGB (Red+Green+Blue) = 161+247+17=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 247 (96.88% from 255 or 58.12% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F711 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F711 is #5E08EE. Grayscale: #C3C3C3. Windows color (decimal): -6162671 or 1177505. OLE color: 1177505.

HSL color Cylindrical-coordinate representation of color #A1F711: hue angle of 82.43º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1F711 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 247 17 -
CMYK 0.35 0 0.93 0.03
HSL 82.43º 0.93% 0.52% -
HSV(B) 82.43º 0.93% 0.97% -
XYZ 48.06 74.14 12.31 -
YUV 195.07 27.51 103.7 -
System Red Green Blue C M Y K H S L
Decimal 161 247 17 0.35 0 0.93 0.03 82.43 0.93 0.52
Hex A1 F7 11 23 0 5D 3 52 5D 34
Octal 241 367 21 43 0 135 3 122 135 64
Binary 10100001 11110111 10001 100011 0 1011101 11 1010010 1011101 110100

Color Harmonies of #A1F711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F711

Black with #A1F711

Text Example


Text Example

White with #A1F711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F711; }

 p { color: rgb(161,247,17); }

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

background-color css

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

 a { background-color: rgb(161,247,17); }

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

border-color css

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

 span { border-color: rgb(161,247,17); }

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