#A7FC00

Color #A7FC00 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #A7FC00

Tints of Spring Bud #A7FC00

Color information

#A7FC00 (or 0xA7FC00) is unknown color: approx Spring Bud. HEX triplet: A7, FC and 00. RGB value is (167,252,0). Sum of RGB (Red+Green+Blue) = 167+252+0=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 252 (98.83% from 255 or 60.14% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7FC00 is #5803FF. Grayscale: #C6C6C6. Windows color (decimal): -5768192 or 64679. OLE color: 64679.

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

Color convert

RGB1672520-
CMYK0.34010.01
HSL80.24º100%49.41%-
HSV(B)80.24º100%98.82%-
XYZ50.7577.8412.35-
YUV197.8616.34105.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 252 (98.83% from 255) = 60.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.86%
G=60.14%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal16725200.34010.0180.2410049.41
HexA7FC0220641506431
Octal2473740420144112014461
Binary1010011111111100010001001100100110100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FC00; }

 p { color: rgb(167,252,0); }

 H1.HeaderClassName
 {
   color: #A7FC00;
 }
 .AnyTagClassName
 {
   color: #A7FC00;
 }
</style>
background-color css

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

 a { background-color: rgb(167,252,0); }

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

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

 span { border-color: rgb(167,252,0); }

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