Html Css Color HEX #7AAE16 Lima

📋 copy color: '#7AAE16'

red 122 ◦ green 174 ◦ blue 22

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

Shades of Lima #7AAE16

Tints of Lima #7AAE16

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.72%

 BLUE value IS 22 (8.98% from 255) = 6.92%

R = 38.36%
G = 54.72%
B = 6.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#7AAE16 (or 0x7AAE16) is known color: Lima. HEX triplet: 7A, AE and 16. RGB value is (122,174,22). Sum of RGB (Red+Green+Blue) = 122+174+22=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAE16 is #8551E9. Grayscale: #8D8D8D. Windows color (decimal): -8737258 or 1486458. OLE color: 1486458.

HSL color Cylindrical-coordinate representation of color #7AAE16: hue angle of 80.53º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7AAE16 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 174 22 -
CMYK 0.30 0 0.87 0.32
HSL 80.53º 0.78% 0.38% -
HSV(B) 80.53º 0.87% 0.68% -
XYZ 23.31 34.47 6.18 -
YUV 141.12 60.77 114.36 -
System Red Green Blue C M Y K H S L
Decimal 122 174 22 0.30 0 0.87 0.32 80.53 0.78 0.38
Hex 7A AE 16 1E 0 57 20 51 4E 26
Octal 172 256 26 36 0 127 40 121 116 46
Binary 1111010 10101110 10110 11110 0 1010111 100000 1010001 1001110 100110

Color Harmonies of #7AAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAE16

Black with #7AAE16

Text Example


Text Example

White with #7AAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,174,22); }

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

background-color css

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

 a { background-color: rgb(122,174,22); }

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

border-color css

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

 span { border-color: rgb(122,174,22); }

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