#7ACD5D

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

Shades of Mantis #7ACD5D

Tints of Mantis #7ACD5D

Color information

#7ACD5D (or 0x7ACD5D) is unknown color: approx Mantis. HEX triplet: 7A, CD and 5D. RGB value is (122,205,93). Sum of RGB (Red+Green+Blue) = 122+205+93=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACD5D is #8532A2. Grayscale: #A7A7A7. Windows color (decimal): -8729251 or 6147450. OLE color: 6147450.

HSL color Cylindrical-coordinate representation of color #7ACD5D: hue angle of 104.46º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7ACD5D is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB12220593-
CMYK0.4000.550.20
HSL104.46º52.83%58.43%-
HSV(B)104.46º54.63%80.39%-
XYZ31.8348.5918.06-
YUV167.428695.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.05%
GREEN value IS 205 (80.47% from 255) = 48.81%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=29.05%
G=48.81%
B=22.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122205930.4000.550.20104.4652.8358.43
Hex7ACD5D280371468353a
Octal17231513550067241506572
Binary11110101100110110111011010000110111101001101000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,205,93); }

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

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

 a { background-color: rgb(122,205,93); }

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

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

 span { border-color: rgb(122,205,93); }

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