#7AB00F

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

Shades of Lima #7AB00F

Tints of Lima #7AB00F

Color information

#7AB00F (or 0x7AB00F) is unknown color: approx Lima. HEX triplet: 7A, B0 and 0F. RGB value is (122,176,15). Sum of RGB (Red+Green+Blue) = 122+176+15=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB00F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AB00F is #854FF0. Grayscale: #8E8E8E. Windows color (decimal): -8736753 or 1028218. OLE color: 1028218.

HSL color Cylindrical-coordinate representation of color #7AB00F: hue angle of 80.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AB00F is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB12217615-
CMYK0.3100.910.31
HSL80.12º84.29%37.45%-
HSV(B)80.12º91.48%69.02%-
XYZ23.6435.226-
YUV141.556.61114.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 176 (69.14% from 255) = 56.23%
BLUE value IS 15 (6.25% from 255) = 4.79%
R=38.98%
G=56.23%
B=4.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122176150.3100.910.3180.1284.2937.45
Hex7AB0F1F05B1F505425
Octal172260173701333712012445
Binary111101010110000111111111010110111111110100001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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