#A0C23A

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

Shades of Yellow Green #A0C23A

Tints of Yellow Green #A0C23A

Color information

#A0C23A (or 0xA0C23A) is unknown color: approx Yellow Green. HEX triplet: A0, C2 and 3A. RGB value is (160,194,58). Sum of RGB (Red+Green+Blue) = 160+194+58=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C23A is #5F3DC5. Grayscale: #A8A8A8. Windows color (decimal): -6241734 or 3850912. OLE color: 3850912.

HSL color Cylindrical-coordinate representation of color #A0C23A: hue angle of 75º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0C23A is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB16019458-
CMYK0.1800.700.24
HSL75º53.97%49.41%-
HSV(B)75º70.1%76.08%-
XYZ34.5546.3611.13-
YUV168.3365.74122.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 194 (76.17% from 255) = 47.09%
BLUE value IS 58 (23.05% from 255) = 14.08%
R=38.83%
G=47.09%
B=14.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160194580.1800.700.247553.9749.41
HexA0C23A12046184b3631
Octal24030272220106301136661
Binary10100000110000101110101001001000110110001001011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C23A; }

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

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

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

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

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

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

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

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