#7FAF10

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

Shades of Lima #7FAF10

Tints of Lima #7FAF10

Color information

#7FAF10 (or 0x7FAF10) is unknown color: approx Lima. HEX triplet: 7F, AF and 10. RGB value is (127,175,16). Sum of RGB (Red+Green+Blue) = 127+175+16=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAF10 is #8050EF. Grayscale: #8F8F8F. Windows color (decimal): -8409328 or 1093503. OLE color: 1093503.

HSL color Cylindrical-coordinate representation of color #7FAF10: hue angle of 78.11º degrees, saturation: 0.83, 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 #7FAF10 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB12717516-
CMYK0.2700.910.31
HSL78.11º83.25%37.45%-
HSV(B)78.11º90.86%68.63%-
XYZ24.1835.216.01-
YUV142.5256.6116.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.94%
GREEN value IS 175 (68.75% from 255) = 55.03%
BLUE value IS 16 (6.64% from 255) = 5.03%
R=39.94%
G=55.03%
B=5.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127175160.2700.910.3178.1183.2537.45
Hex7FAF101B05B1F4e5325
Octal177257203301333711612345
Binary1111111101011111000011011010110111111110011101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,175,16); }

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

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

 a { background-color: rgb(127,175,16); }

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

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

 span { border-color: rgb(127,175,16); }

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