Html Css Color HEX #7ACB42 Mantis

📋 copy color: '#7ACB42'

red 122 ◦ green 203 ◦ blue 66

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

Shades of Mantis #7ACB42

Tints of Mantis #7ACB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 31.2%
G = 51.92%
B = 16.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#7ACB42 (or 0x7ACB42) is known color: Mantis. HEX triplet: 7A, CB and 42. RGB value is (122,203,66). Sum of RGB (Red+Green+Blue) = 122+203+66=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACB42 is #8534BD. Grayscale: #A3A3A3. Windows color (decimal): -8729790 or 4377466. OLE color: 4377466.

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

Color convert

RGB 122 203 66 -
CMYK 0.40 0 0.67 0.20
HSL 95.47º 0.57% 0.53% -
HSV(B) 95.47º 0.67% 0.8% -
XYZ 30.37 47.24 12.67 -
YUV 163.16 73.16 98.64 -
System Red Green Blue C M Y K H S L
Decimal 122 203 66 0.40 0 0.67 0.20 95.47 0.57 0.53
Hex 7A CB 42 28 0 43 14 5F 39 35
Octal 172 313 102 50 0 103 24 137 71 65
Binary 1111010 11001011 1000010 101000 0 1000011 10100 1011111 111001 110101

Color Harmonies of #7ACB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACB42

Black with #7ACB42

Text Example


Text Example

White with #7ACB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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