#A4C12F

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

Shades of Yellow Green #A4C12F

Tints of Yellow Green #A4C12F

Color information

#A4C12F (or 0xA4C12F) is unknown color: approx Yellow Green. HEX triplet: A4, C1 and 2F. RGB value is (164,193,47). Sum of RGB (Red+Green+Blue) = 164+193+47=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C12F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C12F is #5B3ED0. Grayscale: #A8A8A8. Windows color (decimal): -5979857 or 3129764. OLE color: 3129764.

HSL color Cylindrical-coordinate representation of color #A4C12F: hue angle of 71.92º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4C12F is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB16419347-
CMYK0.1500.760.24
HSL71.92º60.83%47.06%-
HSV(B)71.92º75.65%75.69%-
XYZ34.8946.249.78-
YUV167.6859.89125.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 193 (75.78% from 255) = 47.77%
BLUE value IS 47 (18.75% from 255) = 11.63%
R=40.59%
G=47.77%
B=11.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164193470.1500.760.2471.9260.8347.06
HexA4C12FF04C18483d2f
Octal24430157170114301107557
Binary1010010011000001101111111101001100110001001000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C12F; }

 p { color: rgb(164,193,47); }

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

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

 a { background-color: rgb(164,193,47); }

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

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

 span { border-color: rgb(164,193,47); }

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