#A4D12D

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

Shades of Yellow Green #A4D12D

Tints of Yellow Green #A4D12D

Color information

#A4D12D (or 0xA4D12D) is unknown color: approx Yellow Green. HEX triplet: A4, D1 and 2D. RGB value is (164,209,45). Sum of RGB (Red+Green+Blue) = 164+209+45=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D12D is #5B2ED2. Grayscale: #B1B1B1. Windows color (decimal): -5975763 or 3002788. OLE color: 3002788.

HSL color Cylindrical-coordinate representation of color #A4D12D: hue angle of 76.46º 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 #A4D12D is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB16420945-
CMYK0.2200.780.18
HSL76.46º64.57%49.8%-
HSV(B)76.46º78.47%81.96%-
XYZ38.5853.6810.81-
YUV176.8553.59118.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 209 (82.03% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 10.77%
R=39.23%
G=50%
B=10.77%

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
Decimal164209450.2200.780.1876.4664.5749.8
HexA4D12D1604E124c4132
Octal244321552601162211410162
Binary101001001101000110110110110010011101001010011001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D12D; }

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

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

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

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

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

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

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

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