#A0C335

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

Shades of Yellow Green #A0C335

Tints of Yellow Green #A0C335

Color information

#A0C335 (or 0xA0C335) is unknown color: approx Yellow Green. HEX triplet: A0, C3 and 35. RGB value is (160,195,53). Sum of RGB (Red+Green+Blue) = 160+195+53=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C335 is #5F3CCA. Grayscale: #A8A8A8. Windows color (decimal): -6241483 or 3523488. OLE color: 3523488.

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

Color convert

RGB16019553-
CMYK0.1800.730.24
HSL74.79º57.26%48.63%-
HSV(B)74.79º72.82%76.47%-
XYZ34.6546.7610.57-
YUV168.3562.9122.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 195 (76.56% from 255) = 47.79%
BLUE value IS 53 (21.09% from 255) = 12.99%
R=39.22%
G=47.79%
B=12.99%

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
Decimal160195530.1800.730.2474.7957.2648.63
HexA0C33512049184b3931
Octal24030365220111301137161
Binary10100000110000111101011001001001001110001001011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C335; }

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

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

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

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

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

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

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

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