#7FA912

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

Shades of Lima #7FA912

Tints of Lima #7FA912

Color information

#7FA912 (or 0x7FA912) is unknown color: approx Lima. HEX triplet: 7F, A9 and 12. RGB value is (127,169,18). Sum of RGB (Red+Green+Blue) = 127+169+18=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 169 (66.41% from 255 or 53.82% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA912 is #8056ED. Grayscale: #8B8B8B. Windows color (decimal): -8410862 or 1223039. OLE color: 1223039.

HSL color Cylindrical-coordinate representation of color #7FA912: hue angle of 76.69º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7FA912 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB12716918-
CMYK0.2500.890.34
HSL76.69º80.75%36.67%-
HSV(B)76.69º89.35%66.27%-
XYZ23.0532.935.71-
YUV139.2359.59119.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.45%
GREEN value IS 169 (66.41% from 255) = 53.82%
BLUE value IS 18 (7.42% from 255) = 5.73%
R=40.45%
G=53.82%
B=5.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal127169180.2500.890.3476.6980.7536.67
Hex7FA91219059224d5125
Octal177251223101314211512145
Binary11111111010100110010110010101100110001010011011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,169,18); }

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

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

 a { background-color: rgb(127,169,18); }

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

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

 span { border-color: rgb(127,169,18); }

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