#5F960E

Color #5F960E Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5F960E

Tints of Limeade #5F960E

Color information

#5F960E (or 0x5F960E) is unknown color: approx Limeade. HEX triplet: 5F, 96 and 0E. RGB value is (95,150,14). Sum of RGB (Red+Green+Blue) = 95+150+14=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #5F960E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F960E is #A069F1. Grayscale: #767676. Windows color (decimal): -10512882 or 955999. OLE color: 955999.

HSL color Cylindrical-coordinate representation of color #5F960E: hue angle of 84.26º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F960E is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB9515014-
CMYK0.3700.910.41
HSL84.26º82.93%32.16%-
HSV(B)84.26º90.67%58.82%-
XYZ15.724.284.27-
YUV118.0569.28111.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.68%
GREEN value IS 150 (58.98% from 255) = 57.92%
BLUE value IS 14 (5.86% from 255) = 5.41%
R=36.68%
G=57.92%
B=5.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal95150140.3700.910.4184.2682.9332.16
Hex5F96E2505B29545320
Octal137226164501335112412340
Binary10111111001011011101001010101101110100110101001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F960E; }

 p { color: rgb(95,150,14); }

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

<style>
 a { background-color: #5F960E; }

 a { background-color: rgb(95,150,14); }

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

<style>
 span { border-color: #5F960E; }

 span { border-color: rgb(95,150,14); }

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