Html Css Color HEX #7AA222 Lima

📋 copy color: '#7AA222'

red 122 ◦ green 162 ◦ blue 34

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

Shades of Lima #7AA222

Tints of Lima #7AA222

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.94%

 BLUE value IS 34 (13.67% from 255) = 10.69%

R = 38.36%
G = 50.94%
B = 10.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#7AA222 (or 0x7AA222) is known color: Lima. HEX triplet: 7A, A2 and 22. RGB value is (122,162,34). Sum of RGB (Red+Green+Blue) = 122+162+34=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA222 is #855DDD. Grayscale: #878787. Windows color (decimal): -8740318 or 2269818. OLE color: 2269818.

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

Color convert

RGB 122 162 34 -
CMYK 0.25 0 0.79 0.36
HSL 78.75º 0.65% 0.38% -
HSV(B) 78.75º 0.79% 0.64% -
XYZ 21.24 30.09 6.2 -
YUV 135.45 70.75 118.41 -
System Red Green Blue C M Y K H S L
Decimal 122 162 34 0.25 0 0.79 0.36 78.75 0.65 0.38
Hex 7A A2 22 19 0 4F 24 4F 41 26
Octal 172 242 42 31 0 117 44 117 101 46
Binary 1111010 10100010 100010 11001 0 1001111 100100 1001111 1000001 100110

Color Harmonies of #7AA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA222

Black with #7AA222

Text Example


Text Example

White with #7AA222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,162,34); }

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

background-color css

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

 a { background-color: rgb(122,162,34); }

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

border-color css

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

 span { border-color: rgb(122,162,34); }

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