#A8C134

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

Shades of Yellow Green #A8C134

Tints of Yellow Green #A8C134

Color information

#A8C134 (or 0xA8C134) is unknown color: approx Yellow Green. HEX triplet: A8, C1 and 34. RGB value is (168,193,52). Sum of RGB (Red+Green+Blue) = 168+193+52=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C134 is #573ECB. Grayscale: #A9A9A9. Windows color (decimal): -5717708 or 3457448. OLE color: 3457448.

HSL color Cylindrical-coordinate representation of color #A8C134: hue angle of 70.64º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8C134 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB16819352-
CMYK0.1300.730.24
HSL70.64º57.55%48.04%-
HSV(B)70.64º73.06%75.69%-
XYZ35.8446.7110.38-
YUV169.4561.72126.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 193 (75.78% from 255) = 46.73%
BLUE value IS 52 (20.70% from 255) = 12.59%
R=40.68%
G=46.73%
B=12.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168193520.1300.730.2470.6457.5548.04
HexA8C134D04918473a30
Octal25030164150111301077260
Binary1010100011000001110100110101001001110001000111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C134; }

 p { color: rgb(168,193,52); }

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

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

 a { background-color: rgb(168,193,52); }

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

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

 span { border-color: rgb(168,193,52); }

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