#8F940C

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

Shades of Citron #8F940C

Tints of Citron #8F940C

Color information

#8F940C (or 0x8F940C) is unknown color: approx Citron. HEX triplet: 8F, 94 and 0C. RGB value is (143,148,12). Sum of RGB (Red+Green+Blue) = 143+148+12=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #8F940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F940C is #706BF3. Grayscale: #838383. Windows color (decimal): -7367668 or 824463. OLE color: 824463.

HSL color Cylindrical-coordinate representation of color #8F940C: hue angle of 62.21º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F940C is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB14314812-
CMYK0.0300.920.42
HSL62.21º85%31.37%-
HSV(B)62.21º91.89%58.04%-
XYZ21.9827.054.41-
YUV13160.84136.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.19%
GREEN value IS 148 (58.20% from 255) = 48.84%
BLUE value IS 12 (5.08% from 255) = 3.96%
R=47.19%
G=48.84%
B=3.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143148120.0300.920.4262.218531.37
Hex8F94C305C2A3e551f
Octal2172241430134527612537
Binary100011111001010011001101011100101010111110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,148,12); }

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

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

 a { background-color: rgb(143,148,12); }

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

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

 span { border-color: rgb(143,148,12); }

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