Html Css Color HEX #7ABA2A Lima

📋 copy color: '#7ABA2A'

red 122 ◦ green 186 ◦ blue 42

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

Shades of Lima #7ABA2A

Tints of Lima #7ABA2A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.14%

 BLUE value IS 42 (16.8% from 255) = 12%

R = 34.86%
G = 53.14%
B = 12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#7ABA2A (or 0x7ABA2A) is known color: Lima. HEX triplet: 7A, BA and 2A. RGB value is (122,186,42). Sum of RGB (Red+Green+Blue) = 122+186+42=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA2A is #8545D5. Grayscale: #969696. Windows color (decimal): -8734166 or 2800250. OLE color: 2800250.

HSL color Cylindrical-coordinate representation of color #7ABA2A: hue angle of 86.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7ABA2A is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 186 42 -
CMYK 0.34 0 0.77 0.27
HSL 86.67º 0.63% 0.45% -
HSV(B) 86.67º 0.77% 0.73% -
XYZ 26 39.42 8.43 -
YUV 150.45 66.8 107.71 -
System Red Green Blue C M Y K H S L
Decimal 122 186 42 0.34 0 0.77 0.27 86.67 0.63 0.45
Hex 7A BA 2A 22 0 4D 1B 57 3F 2D
Octal 172 272 52 42 0 115 33 127 77 55
Binary 1111010 10111010 101010 100010 0 1001101 11011 1010111 111111 101101

Color Harmonies of #7ABA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABA2A

Black with #7ABA2A

Text Example


Text Example

White with #7ABA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,186,42); }

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

background-color css

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

 a { background-color: rgb(122,186,42); }

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

border-color css

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

 span { border-color: rgb(122,186,42); }

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