#A4C03A

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

Shades of Yellow Green #A4C03A

Tints of Yellow Green #A4C03A

Color information

#A4C03A (or 0xA4C03A) is unknown color: approx Yellow Green. HEX triplet: A4, C0 and 3A. RGB value is (164,192,58). Sum of RGB (Red+Green+Blue) = 164+192+58=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C03A is #5B3FC5. Grayscale: #A8A8A8. Windows color (decimal): -5980102 or 3850404. OLE color: 3850404.

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

Color convert

RGB16419258-
CMYK0.1500.700.25
HSL72.54º53.6%49.02%-
HSV(B)72.54º69.79%75.29%-
XYZ34.9245.911.02-
YUV168.3565.72124.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 192 (75.39% from 255) = 46.38%
BLUE value IS 58 (23.05% from 255) = 14.01%
R=39.61%
G=46.38%
B=14.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164192580.1500.700.2572.5453.649.02
HexA4C03AF04619493631
Octal24430072170106311116661
Binary1010010011000000111010111101000110110011001001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C03A; }

 p { color: rgb(164,192,58); }

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

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

 a { background-color: rgb(164,192,58); }

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

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

 span { border-color: rgb(164,192,58); }

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