Html Css Color HEX #7AAA13 Lima

📋 copy color: '#7AAA13'

red 122 ◦ green 170 ◦ blue 19

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

Shades of Lima #7AAA13

Tints of Lima #7AAA13

RGB

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

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

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

R = 39.23%
G = 54.66%
B = 6.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#7AAA13 (or 0x7AAA13) is known color: Lima. HEX triplet: 7A, AA and 13. RGB value is (122,170,19). Sum of RGB (Red+Green+Blue) = 122+170+19=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA13 is #8555EC. Grayscale: #8A8A8A. Windows color (decimal): -8738285 or 1288826. OLE color: 1288826.

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

Color convert

RGB 122 170 19 -
CMYK 0.28 0 0.89 0.33
HSL 79.07º 0.8% 0.37% -
HSV(B) 79.07º 0.89% 0.67% -
XYZ 22.52 32.93 5.79 -
YUV 138.43 60.6 116.28 -
System Red Green Blue C M Y K H S L
Decimal 122 170 19 0.28 0 0.89 0.33 79.07 0.8 0.37
Hex 7A AA 13 1C 0 59 21 4F 50 25
Octal 172 252 23 34 0 131 41 117 120 45
Binary 1111010 10101010 10011 11100 0 1011001 100001 1001111 1010000 100101

Color Harmonies of #7AAA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAA13

Black with #7AAA13

Text Example


Text Example

White with #7AAA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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