#7ABA15

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

Shades of Lima #7ABA15

Tints of Lima #7ABA15

Color information

#7ABA15 (or 0x7ABA15) is unknown color: approx Lima. HEX triplet: 7A, BA and 15. RGB value is (122,186,21). Sum of RGB (Red+Green+Blue) = 122+186+21=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABA15 is #8545EA. Grayscale: #949494. Windows color (decimal): -8734187 or 1423994. OLE color: 1423994.

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

Color convert

RGB12218621-
CMYK0.3400.890.27
HSL83.27º79.71%40.59%-
HSV(B)83.27º88.71%72.94%-
XYZ25.7239.316.94-
YUV148.0556.3109.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 186 (73.05% from 255) = 56.53%
BLUE value IS 21 (8.59% from 255) = 6.38%
R=37.08%
G=56.53%
B=6.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122186210.3400.890.2783.2779.7140.59
Hex7ABA15220591B535029
Octal172272254201313312312051
Binary11110101011101010101100010010110011101110100111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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