#8F9F0D

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

Shades of Citron #8F9F0D

Tints of Citron #8F9F0D

Color information

#8F9F0D (or 0x8F9F0D) is unknown color: approx Citron. HEX triplet: 8F, 9F and 0D. RGB value is (143,159,13). Sum of RGB (Red+Green+Blue) = 143+159+13=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9F0D is #7060F2. Grayscale: #8A8A8A. Windows color (decimal): -7364851 or 892815. OLE color: 892815.

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

Color convert

RGB14315913-
CMYK0.1000.920.38
HSL66.58º84.88%33.73%-
HSV(B)66.58º91.82%62.35%-
XYZ23.830.665.05-
YUV137.5757.7131.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.40%
GREEN value IS 159 (62.5% from 255) = 50.48%
BLUE value IS 13 (5.47% from 255) = 4.13%
R=45.40%
G=50.48%
B=4.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143159130.1000.920.3866.5884.8833.73
Hex8F9FDA05C26435522
Octal217237151201344610312542
Binary1000111110011111110110100101110010011010000111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,159,13); }

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

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

 a { background-color: rgb(143,159,13); }

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

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

 span { border-color: rgb(143,159,13); }

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