Html Css Color HEX #7AB40C Lima

📋 copy color: '#7AB40C'

red 122 ◦ green 180 ◦ blue 12

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

Shades of Lima #7AB40C

Tints of Lima #7AB40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.82%

R = 38.85%
G = 57.32%
B = 3.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#7AB40C (or 0x7AB40C) is known color: Lima. HEX triplet: 7A, B4 and 0C. RGB value is (122,180,12). Sum of RGB (Red+Green+Blue) = 122+180+12=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB40C is #854BF3. Grayscale: #909090. Windows color (decimal): -8735732 or 832634. OLE color: 832634.

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

Color convert

RGB 122 180 12 -
CMYK 0.32 0 0.93 0.29
HSL 80.71º 0.88% 0.38% -
HSV(B) 80.71º 0.93% 0.71% -
XYZ 24.41 36.81 6.17 -
YUV 143.51 53.78 112.66 -
System Red Green Blue C M Y K H S L
Decimal 122 180 12 0.32 0 0.93 0.29 80.71 0.88 0.38
Hex 7A B4 C 20 0 5D 1D 51 58 26
Octal 172 264 14 40 0 135 35 121 130 46
Binary 1111010 10110100 1100 100000 0 1011101 11101 1010001 1011000 100110

Color Harmonies of #7AB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB40C

Black with #7AB40C

Text Example


Text Example

White with #7AB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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