Html Css Color HEX #7AC413 Lima

📋 copy color: '#7AC413'

red 122 ◦ green 196 ◦ blue 19

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

Shades of Lima #7AC413

Tints of Lima #7AC413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.16%

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

R = 36.2%
G = 58.16%
B = 5.64%

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

#7AC413 (or 0x7AC413) is known color: Lima. HEX triplet: 7A, C4 and 13. RGB value is (122,196,19). Sum of RGB (Red+Green+Blue) = 122+196+19=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC413 is #853BEC. Grayscale: #9A9A9A. Windows color (decimal): -8731629 or 1295482. OLE color: 1295482.

HSL color Cylindrical-coordinate representation of color #7AC413: hue angle of 85.08º 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 #7AC413 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 122 196 19 -
CMYK 0.38 0 0.90 0.23
HSL 85.08º 0.82% 0.42% -
HSV(B) 85.08º 0.9% 0.77% -
XYZ 27.88 43.66 7.57 -
YUV 153.7 51.98 105.39 -
System Red Green Blue C M Y K H S L
Decimal 122 196 19 0.38 0 0.90 0.23 85.08 0.82 0.42
Hex 7A C4 13 26 0 5A 17 55 52 2A
Octal 172 304 23 46 0 132 27 125 122 52
Binary 1111010 11000100 10011 100110 0 1011010 10111 1010101 1010010 101010

Color Harmonies of #7AC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC413

Black with #7AC413

Text Example


Text Example

White with #7AC413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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