#A3C52F

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

Shades of Yellow Green #A3C52F

Tints of Yellow Green #A3C52F

Color information

#A3C52F (or 0xA3C52F) is unknown color: approx Yellow Green. HEX triplet: A3, C5 and 2F. RGB value is (163,197,47). Sum of RGB (Red+Green+Blue) = 163+197+47=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C52F is #5C3AD0. Grayscale: #AAAAAA. Windows color (decimal): -6044369 or 3130787. OLE color: 3130787.

HSL color Cylindrical-coordinate representation of color #A3C52F: hue angle of 73.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3C52F is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB16319747-
CMYK0.1700.760.23
HSL73.6º61.48%47.84%-
HSV(B)73.6º76.14%77.25%-
XYZ35.5847.9210.06-
YUV169.7358.74123.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 197 (77.34% from 255) = 48.40%
BLUE value IS 47 (18.75% from 255) = 11.55%
R=40.05%
G=48.40%
B=11.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163197470.1700.760.2373.661.4847.84
HexA3C52F1104C174a3d30
Octal24330557210114271127560
Binary10100011110001011011111000101001100101111001010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C52F; }

 p { color: rgb(163,197,47); }

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

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

 a { background-color: rgb(163,197,47); }

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

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

 span { border-color: rgb(163,197,47); }

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