#A0C33A

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

Shades of Yellow Green #A0C33A

Tints of Yellow Green #A0C33A

Color information

#A0C33A (or 0xA0C33A) is unknown color: approx Yellow Green. HEX triplet: A0, C3 and 3A. RGB value is (160,195,58). Sum of RGB (Red+Green+Blue) = 160+195+58=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C33A is #5F3CC5. Grayscale: #A9A9A9. Windows color (decimal): -6241478 or 3851168. OLE color: 3851168.

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

Color convert

RGB16019558-
CMYK0.1800.700.24
HSL75.33º54.15%49.61%-
HSV(B)75.33º70.26%76.47%-
XYZ34.7846.8111.21-
YUV168.9265.4121.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 195 (76.56% from 255) = 47.22%
BLUE value IS 58 (23.05% from 255) = 14.04%
R=38.74%
G=47.22%
B=14.04%

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
Decimal160195580.1800.700.2475.3354.1549.61
HexA0C33A12046184b3632
Octal24030372220106301136662
Binary10100000110000111110101001001000110110001001011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C33A; }

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

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

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

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

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

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

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

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