#A7C13A

Color #A7C13A Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A7C13A

Tints of Yellow Green #A7C13A

Color information

#A7C13A (or 0xA7C13A) is unknown color: approx Yellow Green. HEX triplet: A7, C1 and 3A. RGB value is (167,193,58). Sum of RGB (Red+Green+Blue) = 167+193+58=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C13A is #583EC5. Grayscale: #AAAAAA. Windows color (decimal): -5783238 or 3850663. OLE color: 3850663.

HSL color Cylindrical-coordinate representation of color #A7C13A: hue angle of 71.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A7C13A is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB16719358-
CMYK0.1300.700.24
HSL71.56º53.78%49.22%-
HSV(B)71.56º69.95%75.69%-
XYZ35.7746.6611.12-
YUV169.8464.89125.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.95%
GREEN value IS 193 (75.78% from 255) = 46.17%
BLUE value IS 58 (23.05% from 255) = 13.88%
R=39.95%
G=46.17%
B=13.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167193580.1300.700.2471.5653.7849.22
HexA7C13AD04618483631
Octal24730172150106301106661
Binary1010011111000001111010110101000110110001001000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C13A; }

 p { color: rgb(167,193,58); }

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

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

 a { background-color: rgb(167,193,58); }

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

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

 span { border-color: rgb(167,193,58); }

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