Html Css Color HEX #7ACD4A Mantis

📋 copy color: '#7ACD4A'

red 122 ◦ green 205 ◦ blue 74

#7ACD4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #7ACD4A

Tints of Mantis #7ACD4A

RGB

 RED value IS 122 (48.05% from 255) = 30.42%

 GREEN value IS 205 (80.47% from 255) = 51.12%

 BLUE value IS 74 (29.3% from 255) = 18.45%

R = 30.42%
G = 51.12%
B = 18.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#7ACD4A (or 0x7ACD4A) is known color: Mantis. HEX triplet: 7A, CD and 4A. RGB value is (122,205,74). Sum of RGB (Red+Green+Blue) = 122+205+74=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACD4A is #8532B5. Grayscale: #A5A5A5. Windows color (decimal): -8729270 or 4902266. OLE color: 4902266.

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

Color convert

RGB 122 205 74 -
CMYK 0.40 0 0.64 0.20
HSL 98.02º 0.57% 0.55% -
HSV(B) 98.02º 0.64% 0.8% -
XYZ 31.09 48.29 14.16 -
YUV 165.25 76.5 97.15 -
System Red Green Blue C M Y K H S L
Decimal 122 205 74 0.40 0 0.64 0.20 98.02 0.57 0.55
Hex 7A CD 4A 28 0 40 14 62 39 37
Octal 172 315 112 50 0 100 24 142 71 67
Binary 1111010 11001101 1001010 101000 0 1000000 10100 1100010 111001 110111

Color Harmonies of #7ACD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACD4A

Black with #7ACD4A

Text Example


Text Example

White with #7ACD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ACD4A;
 }
 .AnyTagClassName
 {
   color: #7ACD4A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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