Html Css Color HEX #7AC60C Lima

📋 copy color: '#7AC60C'

red 122 ◦ green 198 ◦ blue 12

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

Shades of Lima #7AC60C

Tints of Lima #7AC60C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 59.64%

 BLUE value IS 12 (5.08% from 255) = 3.61%

R = 36.75%
G = 59.64%
B = 3.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#7AC60C (or 0x7AC60C) is known color: Lima. HEX triplet: 7A, C6 and 0C. RGB value is (122,198,12). Sum of RGB (Red+Green+Blue) = 122+198+12=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 198 (77.73% from 255 or 59.64% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC60C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC60C is #8539F3. Grayscale: #9A9A9A. Windows color (decimal): -8731124 or 837242. OLE color: 837242.

HSL color Cylindrical-coordinate representation of color #7AC60C: hue angle of 84.52º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7AC60C is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 122 198 12 -
CMYK 0.38 0 0.94 0.22
HSL 84.52º 0.89% 0.41% -
HSV(B) 84.52º 0.94% 0.78% -
XYZ 28.29 44.55 7.46 -
YUV 154.07 47.82 105.12 -
System Red Green Blue C M Y K H S L
Decimal 122 198 12 0.38 0 0.94 0.22 84.52 0.89 0.41
Hex 7A C6 C 26 0 5E 16 55 59 29
Octal 172 306 14 46 0 136 26 125 131 51
Binary 1111010 11000110 1100 100110 0 1011110 10110 1010101 1011001 101001

Color Harmonies of #7AC60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC60C

Black with #7AC60C

Text Example


Text Example

White with #7AC60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,198,12); }

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

background-color css

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

 a { background-color: rgb(122,198,12); }

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

border-color css

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

 span { border-color: rgb(122,198,12); }

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