Html Css Color HEX #7AB70E Lima

📋 copy color: '#7AB70E'

red 122 ◦ green 183 ◦ blue 14

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

Shades of Lima #7AB70E

Tints of Lima #7AB70E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.37%

 BLUE value IS 14 (5.86% from 255) = 4.39%

R = 38.24%
G = 57.37%
B = 4.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#7AB70E (or 0x7AB70E) is known color: Lima. HEX triplet: 7A, B7 and 0E. RGB value is (122,183,14). Sum of RGB (Red+Green+Blue) = 122+183+14=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB70E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB70E is #8548F1. Grayscale: #929292. Windows color (decimal): -8734962 or 964474. OLE color: 964474.

HSL color Cylindrical-coordinate representation of color #7AB70E: hue angle of 81.66º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AB70E is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 122 183 14 -
CMYK 0.33 0 0.92 0.28
HSL 81.66º 0.86% 0.39% -
HSV(B) 81.66º 0.92% 0.72% -
XYZ 25.04 38.04 6.44 -
YUV 145.5 53.79 111.24 -
System Red Green Blue C M Y K H S L
Decimal 122 183 14 0.33 0 0.92 0.28 81.66 0.86 0.39
Hex 7A B7 E 21 0 5C 1C 52 56 27
Octal 172 267 16 41 0 134 34 122 126 47
Binary 1111010 10110111 1110 100001 0 1011100 11100 1010010 1010110 100111

Color Harmonies of #7AB70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB70E

Black with #7AB70E

Text Example


Text Example

White with #7AB70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,183,14); }

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

background-color css

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

 a { background-color: rgb(122,183,14); }

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

border-color css

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

 span { border-color: rgb(122,183,14); }

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