Html Css Color HEX #7AC513 Lima

📋 copy color: '#7AC513'

red 122 ◦ green 197 ◦ blue 19

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

Shades of Lima #7AC513

Tints of Lima #7AC513

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.28%

 BLUE value IS 19 (7.81% from 255) = 5.62%

R = 36.09%
G = 58.28%
B = 5.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#7AC513 (or 0x7AC513) is known color: Lima. HEX triplet: 7A, C5 and 13. RGB value is (122,197,19). Sum of RGB (Red+Green+Blue) = 122+197+19=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC513 is #853AEC. Grayscale: #9A9A9A. Windows color (decimal): -8731373 or 1295738. OLE color: 1295738.

HSL color Cylindrical-coordinate representation of color #7AC513: hue angle of 85.28º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AC513 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 122 197 19 -
CMYK 0.38 0 0.90 0.23
HSL 85.28º 0.82% 0.42% -
HSV(B) 85.28º 0.9% 0.77% -
XYZ 28.11 44.12 7.65 -
YUV 154.28 51.65 104.97 -
System Red Green Blue C M Y K H S L
Decimal 122 197 19 0.38 0 0.90 0.23 85.28 0.82 0.42
Hex 7A C5 13 26 0 5A 17 55 52 2A
Octal 172 305 23 46 0 132 27 125 122 52
Binary 1111010 11000101 10011 100110 0 1011010 10111 1010101 1010010 101010

Color Harmonies of #7AC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC513

Black with #7AC513

Text Example


Text Example

White with #7AC513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,197,19); }

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

background-color css

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

 a { background-color: rgb(122,197,19); }

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

border-color css

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

 span { border-color: rgb(122,197,19); }

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