Html Css Color HEX #7AC116 Lima

📋 copy color: '#7AC116'

red 122 ◦ green 193 ◦ blue 22

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

Shades of Lima #7AC116

Tints of Lima #7AC116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.27%

 BLUE value IS 22 (8.98% from 255) = 6.53%

R = 36.2%
G = 57.27%
B = 6.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#7AC116 (or 0x7AC116) is known color: Lima. HEX triplet: 7A, C1 and 16. RGB value is (122,193,22). Sum of RGB (Red+Green+Blue) = 122+193+22=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC116 is #853EE9. Grayscale: #989898. Windows color (decimal): -8732394 or 1491322. OLE color: 1491322.

HSL color Cylindrical-coordinate representation of color #7AC116: hue angle of 84.91º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7AC116 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 193 22 -
CMYK 0.37 0 0.89 0.24
HSL 84.91º 0.8% 0.42% -
HSV(B) 84.91º 0.89% 0.76% -
XYZ 27.24 42.34 7.49 -
YUV 152.28 54.48 106.4 -
System Red Green Blue C M Y K H S L
Decimal 122 193 22 0.37 0 0.89 0.24 84.91 0.8 0.42
Hex 7A C1 16 25 0 59 18 55 50 2A
Octal 172 301 26 45 0 131 30 125 120 52
Binary 1111010 11000001 10110 100101 0 1011001 11000 1010101 1010000 101010

Color Harmonies of #7AC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC116

Black with #7AC116

Text Example


Text Example

White with #7AC116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,193,22); }

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

background-color css

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

 a { background-color: rgb(122,193,22); }

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

border-color css

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

 span { border-color: rgb(122,193,22); }

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