#A0C538

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

Shades of Yellow Green #A0C538

Tints of Yellow Green #A0C538

Color information

#A0C538 (or 0xA0C538) is unknown color: approx Yellow Green. HEX triplet: A0, C5 and 38. RGB value is (160,197,56). Sum of RGB (Red+Green+Blue) = 160+197+56=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C538 is #5F3AC7. Grayscale: #AAAAAA. Windows color (decimal): -6240968 or 3720608. OLE color: 3720608.

HSL color Cylindrical-coordinate representation of color #A0C538: hue angle of 75.74º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0C538 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB16019756-
CMYK0.1900.720.23
HSL75.74º55.73%49.61%-
HSV(B)75.74º71.57%77.25%-
XYZ35.1847.6911.09-
YUV169.8663.74120.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 197 (77.34% from 255) = 47.70%
BLUE value IS 56 (22.27% from 255) = 13.56%
R=38.74%
G=47.70%
B=13.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160197560.1900.720.2375.7455.7349.61
HexA0C53813048174c3832
Octal24030570230110271147062
Binary10100000110001011110001001101001000101111001100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C538; }

 p { color: rgb(160,197,56); }

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

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

 a { background-color: rgb(160,197,56); }

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

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

 span { border-color: rgb(160,197,56); }

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