Html Css Color HEX #7AAD11 Lima

📋 copy color: '#7AAD11'

red 122 ◦ green 173 ◦ blue 17

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

Shades of Lima #7AAD11

Tints of Lima #7AAD11

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.45%

 BLUE value IS 17 (7.03% from 255) = 5.45%

R = 39.1%
G = 55.45%
B = 5.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#7AAD11 (or 0x7AAD11) is known color: Lima. HEX triplet: 7A, AD and 11. RGB value is (122,173,17). Sum of RGB (Red+Green+Blue) = 122+173+17=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAD11 is #8552EE. Grayscale: #8C8C8C. Windows color (decimal): -8737519 or 1158522. OLE color: 1158522.

HSL color Cylindrical-coordinate representation of color #7AAD11: hue angle of 79.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AAD11 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 173 17 -
CMYK 0.29 0 0.90 0.32
HSL 79.62º 0.82% 0.37% -
HSV(B) 79.62º 0.9% 0.68% -
XYZ 23.07 34.07 5.89 -
YUV 139.97 58.6 115.18 -
System Red Green Blue C M Y K H S L
Decimal 122 173 17 0.29 0 0.90 0.32 79.62 0.82 0.37
Hex 7A AD 11 1D 0 5A 20 50 52 25
Octal 172 255 21 35 0 132 40 120 122 45
Binary 1111010 10101101 10001 11101 0 1011010 100000 1010000 1010010 100101

Color Harmonies of #7AAD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAD11

Black with #7AAD11

Text Example


Text Example

White with #7AAD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,173,17); }

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

background-color css

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

 a { background-color: rgb(122,173,17); }

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

border-color css

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

 span { border-color: rgb(122,173,17); }

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