Html Css Color HEX #7AAF29 Lima

📋 copy color: '#7AAF29'

red 122 ◦ green 175 ◦ blue 41

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

Shades of Lima #7AAF29

Tints of Lima #7AAF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.13%

R = 36.09%
G = 51.78%
B = 12.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#7AAF29 (or 0x7AAF29) is known color: Lima. HEX triplet: 7A, AF and 29. RGB value is (122,175,41). Sum of RGB (Red+Green+Blue) = 122+175+41=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF29 is #8550D6. Grayscale: #909090. Windows color (decimal): -8736983 or 2731898. OLE color: 2731898.

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

Color convert

RGB 122 175 41 -
CMYK 0.30 0 0.77 0.31
HSL 83.73º 0.62% 0.42% -
HSV(B) 83.73º 0.77% 0.69% -
XYZ 23.76 34.96 7.59 -
YUV 143.88 69.94 112.4 -
System Red Green Blue C M Y K H S L
Decimal 122 175 41 0.30 0 0.77 0.31 83.73 0.62 0.42
Hex 7A AF 29 1E 0 4D 1F 54 3E 2A
Octal 172 257 51 36 0 115 37 124 76 52
Binary 1111010 10101111 101001 11110 0 1001101 11111 1010100 111110 101010

Color Harmonies of #7AAF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF29

Black with #7AAF29

Text Example


Text Example

White with #7AAF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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