#A0C234

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

Shades of Yellow Green #A0C234

Tints of Yellow Green #A0C234

Color information

#A0C234 (or 0xA0C234) is unknown color: approx Yellow Green. HEX triplet: A0, C2 and 34. RGB value is (160,194,52). Sum of RGB (Red+Green+Blue) = 160+194+52=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C234 is #5F3DCB. Grayscale: #A8A8A8. Windows color (decimal): -6241740 or 3457696. OLE color: 3457696.

HSL color Cylindrical-coordinate representation of color #A0C234: hue angle of 74.37º 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 #A0C234 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB16019452-
CMYK0.1800.730.24
HSL74.37º57.72%48.24%-
HSV(B)74.37º73.2%76.08%-
XYZ34.4146.3110.37-
YUV167.6562.74122.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 194 (76.17% from 255) = 47.78%
BLUE value IS 52 (20.70% from 255) = 12.81%
R=39.41%
G=47.78%
B=12.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160194520.1800.730.2474.3757.7248.24
HexA0C23412049184a3a30
Octal24030264220111301127260
Binary10100000110000101101001001001001001110001001010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C234; }

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

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

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

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

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

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

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

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