#A0CA36

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

Shades of Yellow Green #A0CA36

Tints of Yellow Green #A0CA36

Color information

#A0CA36 (or 0xA0CA36) is unknown color: approx Yellow Green. HEX triplet: A0, CA and 36. RGB value is (160,202,54). Sum of RGB (Red+Green+Blue) = 160+202+54=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA36 is #5F35C9. Grayscale: #ADADAD. Windows color (decimal): -6239690 or 3590816. OLE color: 3590816.

HSL color Cylindrical-coordinate representation of color #A0CA36: hue angle of 77.03º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0CA36 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB16020254-
CMYK0.2100.730.21
HSL77.03º58.27%50.2%-
HSV(B)77.03º73.27%79.22%-
XYZ36.2849.9811.22-
YUV172.5761.09119.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 54 (21.48% from 255) = 12.98%
R=38.46%
G=48.56%
B=12.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160202540.2100.730.2177.0358.2750.2
HexA0CA3615049154d3a32
Octal24031266250111251157262
Binary10100000110010101101101010101001001101011001101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CA36; }

 p { color: rgb(160,202,54); }

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

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

 a { background-color: rgb(160,202,54); }

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

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

 span { border-color: rgb(160,202,54); }

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