#A0C333

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

Shades of Yellow Green #A0C333

Tints of Yellow Green #A0C333

Color information

#A0C333 (or 0xA0C333) is unknown color: approx Yellow Green. HEX triplet: A0, C3 and 33. RGB value is (160,195,51). Sum of RGB (Red+Green+Blue) = 160+195+51=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C333 is #5F3CCC. Grayscale: #A8A8A8. Windows color (decimal): -6241485 or 3392416. OLE color: 3392416.

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

Color convert

RGB16019551-
CMYK0.1800.740.24
HSL74.58º58.54%48.24%-
HSV(B)74.58º73.85%76.47%-
XYZ34.6146.7410.33-
YUV168.1261.9122.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 195 (76.56% from 255) = 48.03%
BLUE value IS 51 (20.31% from 255) = 12.56%
R=39.41%
G=48.03%
B=12.56%

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
Decimal160195510.1800.740.2474.5858.5448.24
HexA0C3331204A184b3b30
Octal24030363220112301137360
Binary10100000110000111100111001001001010110001001011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C333; }

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

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

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

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

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

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

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

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