Html Css Color HEX #A6F105 Spring Bud

📋 copy color: '#A6F105'

red 166 ◦ green 241 ◦ blue 5

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

Shades of Spring Bud #A6F105

Tints of Spring Bud #A6F105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 40.29%
G = 58.5%
B = 1.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#A6F105 (or 0xA6F105) is known color: Spring Bud. HEX triplet: A6, F1 and 05. RGB value is (166,241,5). Sum of RGB (Red+Green+Blue) = 166+241+5=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 241 (94.53% from 255 or 58.50% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F105 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F105 is #590EFA. Grayscale: #C0C0C0. Windows color (decimal): -5836539 or 389542. OLE color: 389542.

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

Color convert

RGB 166 241 5 -
CMYK 0.31 0 0.98 0.05
HSL 79.07º 0.96% 0.48% -
HSV(B) 79.07º 0.98% 0.95% -
XYZ 47.21 71.03 11.37 -
YUV 191.67 22.65 109.69 -
System Red Green Blue C M Y K H S L
Decimal 166 241 5 0.31 0 0.98 0.05 79.07 0.96 0.48
Hex A6 F1 5 1F 0 62 5 4F 60 30
Octal 246 361 5 37 0 142 5 117 140 60
Binary 10100110 11110001 101 11111 0 1100010 101 1001111 1100000 110000

Color Harmonies of #A6F105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F105

Black with #A6F105

Text Example


Text Example

White with #A6F105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F105; }

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

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

background-color css

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

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

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

border-color css

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

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

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