Html Css Color HEX #7AC515 Lima

📋 copy color: '#7AC515'

red 122 ◦ green 197 ◦ blue 21

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

Shades of Lima #7AC515

Tints of Lima #7AC515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 35.88%
G = 57.94%
B = 6.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#7AC515 (or 0x7AC515) is known color: Lima. HEX triplet: 7A, C5 and 15. RGB value is (122,197,21). Sum of RGB (Red+Green+Blue) = 122+197+21=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC515 is #853AEA. Grayscale: #9B9B9B. Windows color (decimal): -8731371 or 1426810. OLE color: 1426810.

HSL color Cylindrical-coordinate representation of color #7AC515: hue angle of 85.57º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7AC515 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 122 197 21 -
CMYK 0.38 0 0.89 0.23
HSL 85.57º 0.81% 0.43% -
HSV(B) 85.57º 0.89% 0.77% -
XYZ 28.13 44.12 7.74 -
YUV 154.51 52.65 104.81 -
System Red Green Blue C M Y K H S L
Decimal 122 197 21 0.38 0 0.89 0.23 85.57 0.81 0.43
Hex 7A C5 15 26 0 59 17 56 51 2B
Octal 172 305 25 46 0 131 27 126 121 53
Binary 1111010 11000101 10101 100110 0 1011001 10111 1010110 1010001 101011

Color Harmonies of #7AC515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC515

Black with #7AC515

Text Example


Text Example

White with #7AC515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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