#A7FF13

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

Shades of Spring Bud #A7FF13

Tints of Spring Bud #A7FF13

Color information

#A7FF13 (or 0xA7FF13) is unknown color: approx Spring Bud. HEX triplet: A7, FF and 13. RGB value is (167,255,19). Sum of RGB (Red+Green+Blue) = 167+255+19=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7FF13 is #5800EC. Grayscale: #CACACA. Windows color (decimal): -5767405 or 1310631. OLE color: 1310631.

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

Color convert

RGB16725519-
CMYK0.3500.930
HSL82.37º100%53.73%-
HSV(B)82.37º92.55%100%-
XYZ51.8179.7813.28-
YUV201.7824.85103.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.87%
GREEN value IS 255 (100% from 255) = 57.82%
BLUE value IS 19 (7.81% from 255) = 4.31%
R=37.87%
G=57.82%
B=4.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal167255190.3500.93082.3710053.73
HexA7FF132305D0526436
Octal24737723430135012214466
Binary10100111111111111001110001101011101010100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FF13; }

 p { color: rgb(167,255,19); }

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

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

 a { background-color: rgb(167,255,19); }

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

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

 span { border-color: rgb(167,255,19); }

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