Html Css Color HEX #A6FF00 Spring Bud

📋 copy color: '#A6FF00'

red 166 ◦ green 255 ◦ blue 0

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

Shades of Spring Bud #A6FF00

Tints of Spring Bud #A6FF00

RGB

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

 GREEN value IS 255 (100% from 255) = 60.57%

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

R = 39.43%
G = 60.57%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#A6FF00 (or 0xA6FF00) is known color: Spring Bud. HEX triplet: A6, FF and 00. RGB value is (166,255,0). Sum of RGB (Red+Green+Blue) = 166+255+0=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FF00 is #5900FF. Grayscale: #C8C8C8. Windows color (decimal): -5832960 or 65446. OLE color: 65446.

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

Color convert

RGB 166 255 0 -
CMYK 0.35 0 1 0
HSL 80.94º 1% 0.5% -
HSV(B) 80.94º 1% 1% -
XYZ 51.49 79.63 12.66 -
YUV 199.32 15.51 104.23 -
System Red Green Blue C M Y K H S L
Decimal 166 255 0 0.35 0 1 0 80.94 1 0.5
Hex A6 FF 0 23 0 64 0 51 64 32
Octal 246 377 0 43 0 144 0 121 144 62
Binary 10100110 11111111 0 100011 0 1100100 0 1010001 1100100 110010

Color Harmonies of #A6FF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FF00

Black with #A6FF00

Text Example


Text Example

White with #A6FF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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