#A6C13A

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

Shades of Yellow Green #A6C13A

Tints of Yellow Green #A6C13A

Color information

#A6C13A (or 0xA6C13A) is unknown color: approx Yellow Green. HEX triplet: A6, C1 and 3A. RGB value is (166,193,58). Sum of RGB (Red+Green+Blue) = 166+193+58=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C13A is #593EC5. Grayscale: #AAAAAA. Windows color (decimal): -5848774 or 3850662. OLE color: 3850662.

HSL color Cylindrical-coordinate representation of color #A6C13A: hue angle of 72º 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 #A6C13A is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB16619358-
CMYK0.1400.700.24
HSL72º53.78%49.22%-
HSV(B)72º69.95%75.69%-
XYZ35.5646.5511.11-
YUV169.5465.05125.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 193 (75.78% from 255) = 46.28%
BLUE value IS 58 (23.05% from 255) = 13.91%
R=39.81%
G=46.28%
B=13.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166193580.1400.700.247253.7849.22
HexA6C13AE04618483631
Octal24630172160106301106661
Binary1010011011000001111010111001000110110001001000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C13A; }

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

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

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

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

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

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

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

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