#8F950F

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

Shades of Citron #8F950F

Tints of Citron #8F950F

Color information

#8F950F (or 0x8F950F) is unknown color: approx Citron. HEX triplet: 8F, 95 and 0F. RGB value is (143,149,15). Sum of RGB (Red+Green+Blue) = 143+149+15=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #8F950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F950F is #706AF0. Grayscale: #848484. Windows color (decimal): -7367409 or 1021327. OLE color: 1021327.

HSL color Cylindrical-coordinate representation of color #8F950F: hue angle of 62.69º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F950F is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB14314915-
CMYK0.0400.900.42
HSL62.69º81.71%32.16%-
HSV(B)62.69º89.93%58.43%-
XYZ22.1627.374.57-
YUV131.9362.01135.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.58%
GREEN value IS 149 (58.59% from 255) = 48.53%
BLUE value IS 15 (6.25% from 255) = 4.89%
R=46.58%
G=48.53%
B=4.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143149150.0400.900.4262.6981.7132.16
Hex8F95F405A2A3f5220
Octal2172251740132527712240
Binary10001111100101011111100010110101010101111111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F950F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,149,15); }

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

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

 a { background-color: rgb(143,149,15); }

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

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

 span { border-color: rgb(143,149,15); }

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