Html Css Color HEX #7ACC4A Mantis

📋 copy color: '#7ACC4A'

red 122 ◦ green 204 ◦ blue 74

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

Shades of Mantis #7ACC4A

Tints of Mantis #7ACC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51%

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

R = 30.5%
G = 51%
B = 18.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#7ACC4A (or 0x7ACC4A) is known color: Mantis. HEX triplet: 7A, CC and 4A. RGB value is (122,204,74). Sum of RGB (Red+Green+Blue) = 122+204+74=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC4A is #8533B5. Grayscale: #A5A5A5. Windows color (decimal): -8729526 or 4902010. OLE color: 4902010.

HSL color Cylindrical-coordinate representation of color #7ACC4A: hue angle of 97.85º degrees, saturation: 0.56, 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 #7ACC4A is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 204 74 -
CMYK 0.40 0 0.64 0.2
HSL 97.85º 0.56% 0.55% -
HSV(B) 97.85º 0.64% 0.8% -
XYZ 30.85 47.82 14.08 -
YUV 164.66 76.83 97.57 -
System Red Green Blue C M Y K H S L
Decimal 122 204 74 0.40 0 0.64 0.2 97.85 0.56 0.55
Hex 7A CC 4A 28 0 40 14 62 38 37
Octal 172 314 112 50 0 100 24 142 70 67
Binary 1111010 11001100 1001010 101000 0 1000000 10100 1100010 111000 110111

Color Harmonies of #7ACC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACC4A

Black with #7ACC4A

Text Example


Text Example

White with #7ACC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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