Html Css Color HEX #7ACB40 Mantis

📋 copy color: '#7ACB40'

red 122 ◦ green 203 ◦ blue 64

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

Shades of Mantis #7ACB40

Tints of Mantis #7ACB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.19%

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

R = 31.36%
G = 52.19%
B = 16.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#7ACB40 (or 0x7ACB40) is known color: Mantis. HEX triplet: 7A, CB and 40. RGB value is (122,203,64). Sum of RGB (Red+Green+Blue) = 122+203+64=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACB40 is #8534BF. Grayscale: #A3A3A3. Windows color (decimal): -8729792 or 4246394. OLE color: 4246394.

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

Color convert

RGB 122 203 64 -
CMYK 0.40 0 0.68 0.20
HSL 94.96º 0.57% 0.52% -
HSV(B) 94.96º 0.68% 0.8% -
XYZ 30.31 47.22 12.37 -
YUV 162.94 72.16 98.8 -
System Red Green Blue C M Y K H S L
Decimal 122 203 64 0.40 0 0.68 0.20 94.96 0.57 0.52
Hex 7A CB 40 28 0 44 14 5F 39 34
Octal 172 313 100 50 0 104 24 137 71 64
Binary 1111010 11001011 1000000 101000 0 1000100 10100 1011111 111001 110100

Color Harmonies of #7ACB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACB40

Black with #7ACB40

Text Example


Text Example

White with #7ACB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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