#7BAE14

Color #7BAE14 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7BAE14

Tints of Lima #7BAE14

Color information

#7BAE14 (or 0x7BAE14) is unknown color: approx Lima. HEX triplet: 7B, AE and 14. RGB value is (123,174,20). Sum of RGB (Red+Green+Blue) = 123+174+20=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAE14 is #8451EB. Grayscale: #8D8D8D. Windows color (decimal): -8671724 or 1355387. OLE color: 1355387.

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

Color convert

RGB12317420-
CMYK0.2900.890.32
HSL79.87º79.38%38.04%-
HSV(B)79.87º88.51%68.24%-
XYZ23.4334.536.09-
YUV141.259.6115.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.80%
GREEN value IS 174 (68.36% from 255) = 54.89%
BLUE value IS 20 (8.20% from 255) = 6.31%
R=38.80%
G=54.89%
B=6.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123174200.2900.890.3279.8779.3838.04
Hex7BAE141D05920504f26
Octal173256243501314012011746
Binary11110111010111010100111010101100110000010100001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,174,20); }

 H1.HeaderClassName
 {
   color: #7BAE14;
 }
 .AnyTagClassName
 {
   color: #7BAE14;
 }
</style>
background-color css

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

 a { background-color: rgb(123,174,20); }

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

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

 span { border-color: rgb(123,174,20); }

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