Html Css Color HEX #A6F107 Spring Bud

📋 copy color: '#A6F107'

red 166 ◦ green 241 ◦ blue 7

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

Shades of Spring Bud #A6F107

Tints of Spring Bud #A6F107

RGB

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

 GREEN value IS 241 (94.53% from 255) = 58.21%

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 40.1%
G = 58.21%
B = 1.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#A6F107 (or 0xA6F107) is known color: Spring Bud. HEX triplet: A6, F1 and 07. RGB value is (166,241,7). Sum of RGB (Red+Green+Blue) = 166+241+7=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 241 (94.53% from 255 or 58.21% from 414); Blue value is 7 (3.12% from 255 or 1.69% from 414); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F107 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F107 is #590EF8. Grayscale: #C0C0C0. Windows color (decimal): -5836537 or 520614. OLE color: 520614.

HSL color Cylindrical-coordinate representation of color #A6F107: hue angle of 79.23º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6F107 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 241 7 -
CMYK 0.31 0 0.97 0.05
HSL 79.23º 0.94% 0.49% -
HSV(B) 79.23º 0.97% 0.95% -
XYZ 47.22 71.03 11.42 -
YUV 191.9 23.65 109.53 -
System Red Green Blue C M Y K H S L
Decimal 166 241 7 0.31 0 0.97 0.05 79.23 0.94 0.49
Hex A6 F1 7 1F 0 61 5 4F 5E 31
Octal 246 361 7 37 0 141 5 117 136 61
Binary 10100110 11110001 111 11111 0 1100001 101 1001111 1011110 110001

Color Harmonies of #A6F107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F107

Black with #A6F107

Text Example


Text Example

White with #A6F107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F107; }

 p { color: rgb(166,241,7); }

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

background-color css

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

 a { background-color: rgb(166,241,7); }

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

border-color css

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

 span { border-color: rgb(166,241,7); }

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