#7ADC3C

Color #7ADC3C Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #7ADC3C

Tints of Mantis #7ADC3C

Color information

#7ADC3C (or 0x7ADC3C) is unknown color: approx Mantis. HEX triplet: 7A, DC and 3C. RGB value is (122,220,60). Sum of RGB (Red+Green+Blue) = 122+220+60=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC3C is #8523C3. Grayscale: #ACACAC. Windows color (decimal): -8725444 or 3988602. OLE color: 3988602.

HSL color Cylindrical-coordinate representation of color #7ADC3C: hue angle of 96.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7ADC3C is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB12222060-
CMYK0.4500.730.14
HSL96.75º69.57%54.9%-
HSV(B)96.75º72.73%86.27%-
XYZ34.4355.6513.2-
YUV172.4664.5392.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.35%
GREEN value IS 220 (86.33% from 255) = 54.73%
BLUE value IS 60 (23.83% from 255) = 14.93%
R=30.35%
G=54.73%
B=14.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal122220600.4500.730.1496.7569.5754.9
Hex7ADC3C2D049E614637
Octal172334745501111614110667
Binary11110101101110011110010110101001001111011000011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ADC3C; }

 p { color: rgb(122,220,60); }

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

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

 a { background-color: rgb(122,220,60); }

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

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

 span { border-color: rgb(122,220,60); }

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