Html Css Color HEX #7AAF1E Lima

📋 copy color: '#7AAF1E'

red 122 ◦ green 175 ◦ blue 30

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

Shades of Lima #7AAF1E

Tints of Lima #7AAF1E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.52%

 BLUE value IS 30 (12.11% from 255) = 9.17%

R = 37.31%
G = 53.52%
B = 9.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#7AAF1E (or 0x7AAF1E) is known color: Lima. HEX triplet: 7A, AF and 1E. RGB value is (122,175,30). Sum of RGB (Red+Green+Blue) = 122+175+30=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF1E is #8550E1. Grayscale: #8F8F8F. Windows color (decimal): -8736994 or 2011002. OLE color: 2011002.

HSL color Cylindrical-coordinate representation of color #7AAF1E: hue angle of 81.93º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7AAF1E is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 175 30 -
CMYK 0.30 0 0.83 0.31
HSL 81.93º 0.71% 0.4% -
HSV(B) 81.93º 0.83% 0.69% -
XYZ 23.59 34.89 6.72 -
YUV 142.62 64.44 113.29 -
System Red Green Blue C M Y K H S L
Decimal 122 175 30 0.30 0 0.83 0.31 81.93 0.71 0.4
Hex 7A AF 1E 1E 0 53 1F 52 47 28
Octal 172 257 36 36 0 123 37 122 107 50
Binary 1111010 10101111 11110 11110 0 1010011 11111 1010010 1000111 101000

Color Harmonies of #7AAF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF1E

Black with #7AAF1E

Text Example


Text Example

White with #7AAF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,175,30); }

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

background-color css

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

 a { background-color: rgb(122,175,30); }

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

border-color css

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

 span { border-color: rgb(122,175,30); }

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