#A3D12D

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

Shades of Yellow Green #A3D12D

Tints of Yellow Green #A3D12D

Color information

#A3D12D (or 0xA3D12D) is unknown color: approx Yellow Green. HEX triplet: A3, D1 and 2D. RGB value is (163,209,45). Sum of RGB (Red+Green+Blue) = 163+209+45=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #A3D12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D12D is #5C2ED2. Grayscale: #B1B1B1. Windows color (decimal): -6041299 or 3002787. OLE color: 3002787.

HSL color Cylindrical-coordinate representation of color #A3D12D: hue angle of 76.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A3D12D is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB16320945-
CMYK0.2200.780.18
HSL76.83º64.57%49.8%-
HSV(B)76.83º78.47%81.96%-
XYZ38.3853.5810.8-
YUV176.5553.76118.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 209 (82.03% from 255) = 50.12%
BLUE value IS 45 (17.97% from 255) = 10.79%
R=39.09%
G=50.12%
B=10.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163209450.2200.780.1876.8364.5749.8
HexA3D12D1604E124d4132
Octal243321552601162211510162
Binary101000111101000110110110110010011101001010011011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D12D; }

 p { color: rgb(163,209,45); }

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

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

 a { background-color: rgb(163,209,45); }

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

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

 span { border-color: rgb(163,209,45); }

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