Html Css Color HEX #A6FE12 Spring Bud

📋 copy color: '#A6FE12'

red 166 ◦ green 254 ◦ blue 18

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

Shades of Spring Bud #A6FE12

Tints of Spring Bud #A6FE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.11%

R = 37.9%
G = 57.99%
B = 4.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#A6FE12 (or 0xA6FE12) is known color: Spring Bud. HEX triplet: A6, FE and 12. RGB value is (166,254,18). Sum of RGB (Red+Green+Blue) = 166+254+18=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 254 (99.61% from 255 or 57.99% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FE12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FE12 is #5901ED. Grayscale: #C9C9C9. Windows color (decimal): -5833198 or 1244838. OLE color: 1244838.

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

Color convert

RGB 166 254 18 -
CMYK 0.35 0 0.93 0.00
HSL 82.37º 0.99% 0.53% -
HSV(B) 82.37º 0.93% 1% -
XYZ 51.28 79.03 13.12 -
YUV 200.78 24.85 103.19 -
System Red Green Blue C M Y K H S L
Decimal 166 254 18 0.35 0 0.93 0.00 82.37 0.99 0.53
Hex A6 FE 12 23 0 5D 0 52 63 35
Octal 246 376 22 43 0 135 0 122 143 65
Binary 10100110 11111110 10010 100011 0 1011101 0 1010010 1100011 110101

Color Harmonies of #A6FE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FE12

Black with #A6FE12

Text Example


Text Example

White with #A6FE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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