Html Css Color HEX #7AA324 Lima

📋 copy color: '#7AA324'

red 122 ◦ green 163 ◦ blue 36

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

Shades of Lima #7AA324

Tints of Lima #7AA324

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.78%

 BLUE value IS 36 (14.45% from 255) = 11.21%

R = 38.01%
G = 50.78%
B = 11.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#7AA324 (or 0x7AA324) is known color: Lima. HEX triplet: 7A, A3 and 24. RGB value is (122,163,36). Sum of RGB (Red+Green+Blue) = 122+163+36=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA324 is #855CDB. Grayscale: #888888. Windows color (decimal): -8740060 or 2401146. OLE color: 2401146.

HSL color Cylindrical-coordinate representation of color #7AA324: hue angle of 79.37º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AA324 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 122 163 36 -
CMYK 0.25 0 0.78 0.36
HSL 79.37º 0.64% 0.39% -
HSV(B) 79.37º 0.78% 0.64% -
XYZ 21.44 30.46 6.42 -
YUV 136.26 71.42 117.83 -
System Red Green Blue C M Y K H S L
Decimal 122 163 36 0.25 0 0.78 0.36 79.37 0.64 0.39
Hex 7A A3 24 19 0 4E 24 4F 40 27
Octal 172 243 44 31 0 116 44 117 100 47
Binary 1111010 10100011 100100 11001 0 1001110 100100 1001111 1000000 100111

Color Harmonies of #7AA324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA324

Black with #7AA324

Text Example


Text Example

White with #7AA324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,163,36); }

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

background-color css

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

 a { background-color: rgb(122,163,36); }

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

border-color css

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

 span { border-color: rgb(122,163,36); }

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