Html Css Color HEX #A6F702 Spring Bud

📋 copy color: '#A6F702'

red 166 ◦ green 247 ◦ blue 2

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

Shades of Spring Bud #A6F702

Tints of Spring Bud #A6F702

RGB

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

 GREEN value IS 247 (96.88% from 255) = 59.52%

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

R = 40%
G = 59.52%
B = 0.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#A6F702 (or 0xA6F702) is known color: Spring Bud. HEX triplet: A6, F7 and 02. RGB value is (166,247,2). Sum of RGB (Red+Green+Blue) = 166+247+2=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 247 (96.88% from 255 or 59.52% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F702 is #5908FD. Grayscale: #C3C3C3. Windows color (decimal): -5835006 or 194470. OLE color: 194470.

HSL color Cylindrical-coordinate representation of color #A6F702: hue angle of 79.84º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6F702 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 247 2 -
CMYK 0.33 0 0.99 0.03
HSL 79.84º 0.98% 0.49% -
HSV(B) 79.84º 0.99% 0.97% -
XYZ 49 74.63 11.88 -
YUV 194.85 19.16 107.42 -
System Red Green Blue C M Y K H S L
Decimal 166 247 2 0.33 0 0.99 0.03 79.84 0.98 0.49
Hex A6 F7 2 21 0 63 3 50 62 31
Octal 246 367 2 41 0 143 3 120 142 61
Binary 10100110 11110111 10 100001 0 1100011 11 1010000 1100010 110001

Color Harmonies of #A6F702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F702

Black with #A6F702

Text Example


Text Example

White with #A6F702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F702; }

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

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

background-color css

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

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

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

border-color css

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

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

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