Html Css Color HEX #7AAA12 Lima

📋 copy color: '#7AAA12'

red 122 ◦ green 170 ◦ blue 18

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

Shades of Lima #7AAA12

Tints of Lima #7AAA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.81%

R = 39.35%
G = 54.84%
B = 5.81%

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

#7AAA12 (or 0x7AAA12) is known color: Lima. HEX triplet: 7A, AA and 12. RGB value is (122,170,18). Sum of RGB (Red+Green+Blue) = 122+170+18=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA12 is #8555ED. Grayscale: #8A8A8A. Windows color (decimal): -8738286 or 1223290. OLE color: 1223290.

HSL color Cylindrical-coordinate representation of color #7AAA12: hue angle of 78.95º degrees, saturation: 0.81, 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 #7AAA12 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 170 18 -
CMYK 0.28 0 0.89 0.33
HSL 78.95º 0.81% 0.37% -
HSV(B) 78.95º 0.89% 0.67% -
XYZ 22.51 32.93 5.74 -
YUV 138.32 60.1 116.36 -
System Red Green Blue C M Y K H S L
Decimal 122 170 18 0.28 0 0.89 0.33 78.95 0.81 0.37
Hex 7A AA 12 1C 0 59 21 4F 51 25
Octal 172 252 22 34 0 131 41 117 121 45
Binary 1111010 10101010 10010 11100 0 1011001 100001 1001111 1010001 100101

Color Harmonies of #7AAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAA12

Black with #7AAA12

Text Example


Text Example

White with #7AAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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