#8D9F0E

Color #8D9F0E Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #8D9F0E

Tints of Citron #8D9F0E

Color information

#8D9F0E (or 0x8D9F0E) is unknown color: approx Citron. HEX triplet: 8D, 9F and 0E. RGB value is (141,159,14). Sum of RGB (Red+Green+Blue) = 141+159+14=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9F0E is #7260F1. Grayscale: #898989. Windows color (decimal): -7495922 or 958349. OLE color: 958349.

HSL color Cylindrical-coordinate representation of color #8D9F0E: hue angle of 67.45º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D9F0E is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB14115914-
CMYK0.1100.910.38
HSL67.45º83.82%33.92%-
HSV(B)67.45º91.19%62.35%-
XYZ23.4630.495.06-
YUV137.0958.54130.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.90%
GREEN value IS 159 (62.5% from 255) = 50.64%
BLUE value IS 14 (5.86% from 255) = 4.46%
R=44.90%
G=50.64%
B=4.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141159140.1100.910.3867.4583.8233.92
Hex8D9FEB05B26435422
Octal215237161301334610312442
Binary1000110110011111111010110101101110011010000111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D9F0E; }

 p { color: rgb(141,159,14); }

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

<style>
 a { background-color: #8D9F0E; }

 a { background-color: rgb(141,159,14); }

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

<style>
 span { border-color: #8D9F0E; }

 span { border-color: rgb(141,159,14); }

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