Html Css Color HEX #A6FD11 Spring Bud

📋 copy color: '#A6FD11'

red 166 ◦ green 253 ◦ blue 17

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

Shades of Spring Bud #A6FD11

Tints of Spring Bud #A6FD11

RGB

 RED value IS 166 (65.23% from 255) = 38.07%

 GREEN value IS 253 (99.22% from 255) = 58.03%

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

R = 38.07%
G = 58.03%
B = 3.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#A6FD11 (or 0xA6FD11) is known color: Spring Bud. HEX triplet: A6, FD and 11. RGB value is (166,253,17). Sum of RGB (Red+Green+Blue) = 166+253+17=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 253 (99.22% from 255 or 58.03% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FD11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FD11 is #5902EE. Grayscale: #C8C8C8. Windows color (decimal): -5833455 or 1179046. OLE color: 1179046.

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

Color convert

RGB 166 253 17 -
CMYK 0.34 0 0.93 0.01
HSL 82.12º 0.98% 0.53% -
HSV(B) 82.12º 0.93% 0.99% -
XYZ 50.95 78.4 12.98 -
YUV 200.08 24.68 103.69 -
System Red Green Blue C M Y K H S L
Decimal 166 253 17 0.34 0 0.93 0.01 82.12 0.98 0.53
Hex A6 FD 11 22 0 5D 1 52 62 35
Octal 246 375 21 42 0 135 1 122 142 65
Binary 10100110 11111101 10001 100010 0 1011101 1 1010010 1100010 110101

Color Harmonies of #A6FD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FD11

Black with #A6FD11

Text Example


Text Example

White with #A6FD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FD11; }

 p { color: rgb(166,253,17); }

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

background-color css

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

 a { background-color: rgb(166,253,17); }

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

border-color css

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

 span { border-color: rgb(166,253,17); }

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