Html Css Color HEX #7AAB25 Lima

📋 copy color: '#7AAB25'

red 122 ◦ green 171 ◦ blue 37

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

Shades of Lima #7AAB25

Tints of Lima #7AAB25

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.82%

 BLUE value IS 37 (14.84% from 255) = 11.21%

R = 36.97%
G = 51.82%
B = 11.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#7AAB25 (or 0x7AAB25) is known color: Lima. HEX triplet: 7A, AB and 25. RGB value is (122,171,37). Sum of RGB (Red+Green+Blue) = 122+171+37=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAB25 is #8554DA. Grayscale: #8D8D8D. Windows color (decimal): -8738011 or 2468730. OLE color: 2468730.

HSL color Cylindrical-coordinate representation of color #7AAB25: hue angle of 81.94º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AAB25 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 171 37 -
CMYK 0.29 0 0.78 0.33
HSL 81.94º 0.64% 0.41% -
HSV(B) 81.94º 0.78% 0.67% -
XYZ 22.92 33.4 6.99 -
YUV 141.07 69.27 114.4 -
System Red Green Blue C M Y K H S L
Decimal 122 171 37 0.29 0 0.78 0.33 81.94 0.64 0.41
Hex 7A AB 25 1D 0 4E 21 52 40 29
Octal 172 253 45 35 0 116 41 122 100 51
Binary 1111010 10101011 100101 11101 0 1001110 100001 1010010 1000000 101001

Color Harmonies of #7AAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAB25

Black with #7AAB25

Text Example


Text Example

White with #7AAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,171,37); }

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

background-color css

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

 a { background-color: rgb(122,171,37); }

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

border-color css

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

 span { border-color: rgb(122,171,37); }

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