#A0C232

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

Shades of Yellow Green #A0C232

Tints of Yellow Green #A0C232

Color information

#A0C232 (or 0xA0C232) is unknown color: approx Yellow Green. HEX triplet: A0, C2 and 32. RGB value is (160,194,50). Sum of RGB (Red+Green+Blue) = 160+194+50=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C232 is #5F3DCD. Grayscale: #A7A7A7. Windows color (decimal): -6241742 or 3326624. OLE color: 3326624.

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

Color convert

RGB16019450-
CMYK0.1800.740.24
HSL74.17º59.02%47.84%-
HSV(B)74.17º74.23%76.08%-
XYZ34.3646.2910.14-
YUV167.4261.74122.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 194 (76.17% from 255) = 48.02%
BLUE value IS 50 (19.92% from 255) = 12.38%
R=39.60%
G=48.02%
B=12.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160194500.1800.740.2474.1759.0247.84
HexA0C2321204A184a3b30
Octal24030262220112301127360
Binary10100000110000101100101001001001010110001001010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C232; }

 p { color: rgb(160,194,50); }

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

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

 a { background-color: rgb(160,194,50); }

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

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

 span { border-color: rgb(160,194,50); }

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