#A8C534

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

Shades of Yellow Green #A8C534

Tints of Yellow Green #A8C534

Color information

#A8C534 (or 0xA8C534) is unknown color: approx Yellow Green. HEX triplet: A8, C5 and 34. RGB value is (168,197,52). Sum of RGB (Red+Green+Blue) = 168+197+52=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C534 is #573ACB. Grayscale: #ACACAC. Windows color (decimal): -5716684 or 3458472. OLE color: 3458472.

HSL color Cylindrical-coordinate representation of color #A8C534: hue angle of 72º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8C534 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB16819752-
CMYK0.1500.740.23
HSL72º58.23%48.82%-
HSV(B)72º73.6%77.25%-
XYZ36.7348.5110.68-
YUV171.860.39125.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 197 (77.34% from 255) = 47.24%
BLUE value IS 52 (20.70% from 255) = 12.47%
R=40.29%
G=47.24%
B=12.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168197520.1500.740.237258.2348.82
HexA8C534F04A17483a31
Octal25030564170112271107261
Binary1010100011000101110100111101001010101111001000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C534; }

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

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

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

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

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

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

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

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