Html Css Color HEX #7ACC40 Mantis

📋 copy color: '#7ACC40'

red 122 ◦ green 204 ◦ blue 64

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

Shades of Mantis #7ACC40

Tints of Mantis #7ACC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 31.28%
G = 52.31%
B = 16.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#7ACC40 (or 0x7ACC40) is known color: Mantis. HEX triplet: 7A, CC and 40. RGB value is (122,204,64). Sum of RGB (Red+Green+Blue) = 122+204+64=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC40 is #8533BF. Grayscale: #A4A4A4. Windows color (decimal): -8729536 or 4246650. OLE color: 4246650.

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

Color convert

RGB 122 204 64 -
CMYK 0.40 0 0.69 0.2
HSL 95.14º 0.58% 0.53% -
HSV(B) 95.14º 0.69% 0.8% -
XYZ 30.54 47.69 12.45 -
YUV 163.52 71.83 98.38 -
System Red Green Blue C M Y K H S L
Decimal 122 204 64 0.40 0 0.69 0.2 95.14 0.58 0.53
Hex 7A CC 40 28 0 45 14 5F 3A 35
Octal 172 314 100 50 0 105 24 137 72 65
Binary 1111010 11001100 1000000 101000 0 1000101 10100 1011111 111010 110101

Color Harmonies of #7ACC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACC40

Black with #7ACC40

Text Example


Text Example

White with #7ACC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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