#7ABF12

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

Shades of Lima #7ABF12

Tints of Lima #7ABF12

Color information

#7ABF12 (or 0x7ABF12) is unknown color: approx Lima. HEX triplet: 7A, BF and 12. RGB value is (122,191,18). Sum of RGB (Red+Green+Blue) = 122+191+18=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABF12 is #8540ED. Grayscale: #979797. Windows color (decimal): -8732910 or 1228666. OLE color: 1228666.

HSL color Cylindrical-coordinate representation of color #7ABF12: hue angle of 83.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7ABF12 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB12219118-
CMYK0.3600.910.25
HSL83.93º82.78%40.98%-
HSV(B)83.93º90.58%74.9%-
XYZ26.7741.447.16-
YUV150.6553.14107.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 191 (75% from 255) = 57.70%
BLUE value IS 18 (7.42% from 255) = 5.44%
R=36.86%
G=57.70%
B=5.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122191180.3600.910.2583.9382.7840.98
Hex7ABF122405B19545329
Octal172277224401333112412351
Binary11110101011111110010100100010110111100110101001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,191,18); }

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

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

 a { background-color: rgb(122,191,18); }

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

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

 span { border-color: rgb(122,191,18); }

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