Html Css Color HEX #A6EA00 Spring Bud

📋 copy color: '#A6EA00'

red 166 ◦ green 234 ◦ blue 0

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

Shades of Spring Bud #A6EA00

Tints of Spring Bud #A6EA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 58.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.5%
G = 58.5%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#A6EA00 (or 0xA6EA00) is known color: Spring Bud. HEX triplet: A6, EA and 00. RGB value is (166,234,0). Sum of RGB (Red+Green+Blue) = 166+234+0=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 234 (91.80% from 255 or 58.5% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EA00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6EA00 is #5915FF. Grayscale: #BBBBBB. Windows color (decimal): -5838336 or 60070. OLE color: 60070.

HSL color Cylindrical-coordinate representation of color #A6EA00: hue angle of 77.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6EA00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 234 0 -
CMYK 0.29 0 1 0.08
HSL 77.44º 1% 0.46% -
HSV(B) 77.44º 1% 0.92% -
XYZ 45.15 66.95 10.54 -
YUV 186.99 22.47 113.03 -
System Red Green Blue C M Y K H S L
Decimal 166 234 0 0.29 0 1 0.08 77.44 1 0.46
Hex A6 EA 0 1D 0 64 8 4D 64 2E
Octal 246 352 0 35 0 144 10 115 144 56
Binary 10100110 11101010 0 11101 0 1100100 1000 1001101 1100100 101110

Color Harmonies of #A6EA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EA00

Black with #A6EA00

Text Example


Text Example

White with #A6EA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EA00; }

 p { color: rgb(166,234,0); }

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

background-color css

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

 a { background-color: rgb(166,234,0); }

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

border-color css

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

 span { border-color: rgb(166,234,0); }

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