Html Css Color HEX #7AA518 Lima

📋 copy color: '#7AA518'

red 122 ◦ green 165 ◦ blue 24

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

Shades of Lima #7AA518

Tints of Lima #7AA518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.05%

 BLUE value IS 24 (9.77% from 255) = 7.72%

R = 39.23%
G = 53.05%
B = 7.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#7AA518 (or 0x7AA518) is known color: Lima. HEX triplet: 7A, A5 and 18. RGB value is (122,165,24). Sum of RGB (Red+Green+Blue) = 122+165+24=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA518 is #855AE7. Grayscale: #888888. Windows color (decimal): -8739560 or 1615226. OLE color: 1615226.

HSL color Cylindrical-coordinate representation of color #7AA518: hue angle of 78.3º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AA518 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 165 24 -
CMYK 0.26 0 0.85 0.35
HSL 78.3º 0.75% 0.37% -
HSV(B) 78.3º 0.85% 0.65% -
XYZ 21.65 31.11 5.73 -
YUV 136.07 64.75 117.96 -
System Red Green Blue C M Y K H S L
Decimal 122 165 24 0.26 0 0.85 0.35 78.3 0.75 0.37
Hex 7A A5 18 1A 0 55 23 4E 4B 25
Octal 172 245 30 32 0 125 43 116 113 45
Binary 1111010 10100101 11000 11010 0 1010101 100011 1001110 1001011 100101

Color Harmonies of #7AA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA518

Black with #7AA518

Text Example


Text Example

White with #7AA518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,165,24); }

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

background-color css

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

 a { background-color: rgb(122,165,24); }

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

border-color css

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

 span { border-color: rgb(122,165,24); }

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