#7ABC0F

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

Shades of Lima #7ABC0F

Tints of Lima #7ABC0F

Color information

#7ABC0F (or 0x7ABC0F) is unknown color: approx Lima. HEX triplet: 7A, BC and 0F. RGB value is (122,188,15). Sum of RGB (Red+Green+Blue) = 122+188+15=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABC0F is #8543F0. Grayscale: #959595. Windows color (decimal): -8733681 or 1031290. OLE color: 1031290.

HSL color Cylindrical-coordinate representation of color #7ABC0F: hue angle of 82.89º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7ABC0F is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB12218815-
CMYK0.3500.920.26
HSL82.89º85.22%39.8%-
HSV(B)82.89º92.02%73.73%-
XYZ26.140.146.82-
YUV148.5452.63109.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.54%
GREEN value IS 188 (73.83% from 255) = 57.85%
BLUE value IS 15 (6.25% from 255) = 4.62%
R=37.54%
G=57.85%
B=4.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122188150.3500.920.2682.8985.2239.8
Hex7ABCF2305C1A535528
Octal172274174301343212312550
Binary1111010101111001111100011010111001101010100111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,188,15); }

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

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

 a { background-color: rgb(122,188,15); }

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

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

 span { border-color: rgb(122,188,15); }

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