Html Css Color HEX #7AA421 Lima

📋 copy color: '#7AA421'

red 122 ◦ green 164 ◦ blue 33

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

Shades of Lima #7AA421

Tints of Lima #7AA421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.41%

 BLUE value IS 33 (13.28% from 255) = 10.34%

R = 38.24%
G = 51.41%
B = 10.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#7AA421 (or 0x7AA421) is known color: Lima. HEX triplet: 7A, A4 and 21. RGB value is (122,164,33). Sum of RGB (Red+Green+Blue) = 122+164+33=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA421 is #855BDE. Grayscale: #888888. Windows color (decimal): -8739807 or 2204794. OLE color: 2204794.

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

Color convert

RGB 122 164 33 -
CMYK 0.26 0 0.80 0.36
HSL 79.24º 0.66% 0.39% -
HSV(B) 79.24º 0.8% 0.64% -
XYZ 21.58 30.8 6.25 -
YUV 136.51 69.59 117.65 -
System Red Green Blue C M Y K H S L
Decimal 122 164 33 0.26 0 0.80 0.36 79.24 0.66 0.39
Hex 7A A4 21 1A 0 50 24 4F 42 27
Octal 172 244 41 32 0 120 44 117 102 47
Binary 1111010 10100100 100001 11010 0 1010000 100100 1001111 1000010 100111

Color Harmonies of #7AA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA421

Black with #7AA421

Text Example


Text Example

White with #7AA421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,164,33); }

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

background-color css

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

 a { background-color: rgb(122,164,33); }

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

border-color css

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

 span { border-color: rgb(122,164,33); }

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