Html Css Color HEX #7AB422 Lima

📋 copy color: '#7AB422'

red 122 ◦ green 180 ◦ blue 34

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

Shades of Lima #7AB422

Tints of Lima #7AB422

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.57%

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

R = 36.31%
G = 53.57%
B = 10.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#7AB422 (or 0x7AB422) is known color: Lima. HEX triplet: 7A, B4 and 22. RGB value is (122,180,34). Sum of RGB (Red+Green+Blue) = 122+180+34=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB422 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB422 is #854BDD. Grayscale: #929292. Windows color (decimal): -8735710 or 2274426. OLE color: 2274426.

HSL color Cylindrical-coordinate representation of color #7AB422: hue angle of 83.84º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AB422 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 34 -
CMYK 0.32 0 0.81 0.29
HSL 83.84º 0.68% 0.42% -
HSV(B) 83.84º 0.81% 0.71% -
XYZ 24.64 36.9 7.34 -
YUV 146.01 64.78 110.87 -
System Red Green Blue C M Y K H S L
Decimal 122 180 34 0.32 0 0.81 0.29 83.84 0.68 0.42
Hex 7A B4 22 20 0 51 1D 54 44 2A
Octal 172 264 42 40 0 121 35 124 104 52
Binary 1111010 10110100 100010 100000 0 1010001 11101 1010100 1000100 101010

Color Harmonies of #7AB422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB422

Black with #7AB422

Text Example


Text Example

White with #7AB422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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