Html Css Color HEX #A6FF02 Spring Bud

📋 copy color: '#A6FF02'

red 166 ◦ green 255 ◦ blue 2

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

Shades of Spring Bud #A6FF02

Tints of Spring Bud #A6FF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 39.24%
G = 60.28%
B = 0.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#A6FF02 (or 0xA6FF02) is known color: Spring Bud. HEX triplet: A6, FF and 02. RGB value is (166,255,2). Sum of RGB (Red+Green+Blue) = 166+255+2=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FF02 is #5900FD. Grayscale: #C8C8C8. Windows color (decimal): -5832958 or 196518. OLE color: 196518.

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

Color convert

RGB 166 255 2 -
CMYK 0.35 0 0.99 0
HSL 81.11º 1% 0.5% -
HSV(B) 81.11º 0.99% 1% -
XYZ 51.5 79.63 12.71 -
YUV 199.55 16.51 104.07 -
System Red Green Blue C M Y K H S L
Decimal 166 255 2 0.35 0 0.99 0 81.11 1 0.5
Hex A6 FF 2 23 0 63 0 51 64 32
Octal 246 377 2 43 0 143 0 121 144 62
Binary 10100110 11111111 10 100011 0 1100011 0 1010001 1100100 110010

Color Harmonies of #A6FF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FF02

Black with #A6FF02

Text Example


Text Example

White with #A6FF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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