Html Css Color HEX #A6FC07 Spring Bud

📋 copy color: '#A6FC07'

red 166 ◦ green 252 ◦ blue 7

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

Shades of Spring Bud #A6FC07

Tints of Spring Bud #A6FC07

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.29%

 BLUE value IS 7 (3.13% from 255) = 1.65%

R = 39.06%
G = 59.29%
B = 1.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#A6FC07 (or 0xA6FC07) is known color: Spring Bud. HEX triplet: A6, FC and 07. RGB value is (166,252,7). Sum of RGB (Red+Green+Blue) = 166+252+7=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 252 (98.83% from 255 or 59.29% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FC07 is #5903F8. Grayscale: #C7C7C7. Windows color (decimal): -5833721 or 523430. OLE color: 523430.

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

Color convert

RGB 166 252 7 -
CMYK 0.34 0 0.97 0.01
HSL 81.06º 0.98% 0.51% -
HSV(B) 81.06º 0.97% 0.99% -
XYZ 50.57 77.74 12.54 -
YUV 198.36 20.01 104.92 -
System Red Green Blue C M Y K H S L
Decimal 166 252 7 0.34 0 0.97 0.01 81.06 0.98 0.51
Hex A6 FC 7 22 0 61 1 51 62 33
Octal 246 374 7 42 0 141 1 121 142 63
Binary 10100110 11111100 111 100010 0 1100001 1 1010001 1100010 110011

Color Harmonies of #A6FC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FC07

Black with #A6FC07

Text Example


Text Example

White with #A6FC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FC07; }

 p { color: rgb(166,252,7); }

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

background-color css

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

 a { background-color: rgb(166,252,7); }

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

border-color css

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

 span { border-color: rgb(166,252,7); }

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