#8E960F

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

Shades of Citron #8E960F

Tints of Citron #8E960F

Color information

#8E960F (or 0x8E960F) is unknown color: approx Citron. HEX triplet: 8E, 96 and 0F. RGB value is (142,150,15). Sum of RGB (Red+Green+Blue) = 142+150+15=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #8E960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E960F is #7169F0. Grayscale: #848484. Windows color (decimal): -7432689 or 1021582. OLE color: 1021582.

HSL color Cylindrical-coordinate representation of color #8E960F: hue angle of 63.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E960F is Cyan = 0.05, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB14215015-
CMYK0.0500.90.41
HSL63.56º81.82%32.35%-
HSV(B)63.56º90%58.82%-
XYZ22.1527.64.61-
YUV132.2261.85134.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 15 (6.25% from 255) = 4.89%
R=46.25%
G=48.86%
B=4.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142150150.0500.90.4163.5681.8232.35
Hex8E96F505A29405220
Octal21622617501325110012240
Binary100011101001011011111010101101010100110000001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,150,15); }

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

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

 a { background-color: rgb(142,150,15); }

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

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

 span { border-color: rgb(142,150,15); }

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