Html Css Color HEX #A6FE10 Spring Bud

📋 copy color: '#A6FE10'

red 166 ◦ green 254 ◦ blue 16

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

Shades of Spring Bud #A6FE10

Tints of Spring Bud #A6FE10

RGB

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

 GREEN value IS 254 (99.61% from 255) = 58.26%

 BLUE value IS 16 (6.64% from 255) = 3.67%

R = 38.07%
G = 58.26%
B = 3.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#A6FE10 (or 0xA6FE10) is known color: Spring Bud. HEX triplet: A6, FE and 10. RGB value is (166,254,16). Sum of RGB (Red+Green+Blue) = 166+254+16=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 254 (99.61% from 255 or 58.26% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FE10 is #5901EF. Grayscale: #C9C9C9. Windows color (decimal): -5833200 or 1113766. OLE color: 1113766.

HSL color Cylindrical-coordinate representation of color #A6FE10: hue angle of 82.18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6FE10 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 254 16 -
CMYK 0.35 0 0.94 0.00
HSL 82.18º 0.99% 0.53% -
HSV(B) 82.18º 0.94% 1% -
XYZ 51.26 79.03 13.04 -
YUV 200.56 23.85 103.35 -
System Red Green Blue C M Y K H S L
Decimal 166 254 16 0.35 0 0.94 0.00 82.18 0.99 0.53
Hex A6 FE 10 23 0 5E 0 52 63 35
Octal 246 376 20 43 0 136 0 122 143 65
Binary 10100110 11111110 10000 100011 0 1011110 0 1010010 1100011 110101

Color Harmonies of #A6FE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FE10

Black with #A6FE10

Text Example


Text Example

White with #A6FE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FE10; }

 p { color: rgb(166,254,16); }

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

background-color css

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

 a { background-color: rgb(166,254,16); }

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

border-color css

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

 span { border-color: rgb(166,254,16); }

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