Html Css Color HEX #7AAA14 Lima

📋 copy color: '#7AAA14'

red 122 ◦ green 170 ◦ blue 20

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

Shades of Lima #7AAA14

Tints of Lima #7AAA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.49%

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 39.1%
G = 54.49%
B = 6.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#7AAA14 (or 0x7AAA14) is known color: Lima. HEX triplet: 7A, AA and 14. RGB value is (122,170,20). Sum of RGB (Red+Green+Blue) = 122+170+20=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA14 is #8555EB. Grayscale: #8B8B8B. Windows color (decimal): -8738284 or 1354362. OLE color: 1354362.

HSL color Cylindrical-coordinate representation of color #7AAA14: hue angle of 79.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AAA14 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 170 20 -
CMYK 0.28 0 0.88 0.33
HSL 79.2º 0.79% 0.37% -
HSV(B) 79.2º 0.88% 0.67% -
XYZ 22.53 32.94 5.83 -
YUV 138.55 61.1 116.2 -
System Red Green Blue C M Y K H S L
Decimal 122 170 20 0.28 0 0.88 0.33 79.2 0.79 0.37
Hex 7A AA 14 1C 0 58 21 4F 4F 25
Octal 172 252 24 34 0 130 41 117 117 45
Binary 1111010 10101010 10100 11100 0 1011000 100001 1001111 1001111 100101

Color Harmonies of #7AAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAA14

Black with #7AAA14

Text Example


Text Example

White with #7AAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,170,20); }

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

background-color css

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

 a { background-color: rgb(122,170,20); }

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

border-color css

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

 span { border-color: rgb(122,170,20); }

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