#8E9E16

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

Shades of Citron #8E9E16

Tints of Citron #8E9E16

Color information

#8E9E16 (or 0x8E9E16) is unknown color: approx Citron. HEX triplet: 8E, 9E and 16. RGB value is (142,158,22). Sum of RGB (Red+Green+Blue) = 142+158+22=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9E16 is #7161E9. Grayscale: #8A8A8A. Windows color (decimal): -7430634 or 1482382. OLE color: 1482382.

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

Color convert

RGB14215822-
CMYK0.1000.860.38
HSL67.06º75.56%35.29%-
HSV(B)67.06º86.08%61.96%-
XYZ23.5330.265.36-
YUV137.7162.7131.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.10%
GREEN value IS 158 (62.11% from 255) = 49.07%
BLUE value IS 22 (8.98% from 255) = 6.83%
R=44.10%
G=49.07%
B=6.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142158220.1000.860.3867.0675.5635.29
Hex8E9E16A05626434c23
Octal216236261201264610311443
Binary10001110100111101011010100101011010011010000111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,158,22); }

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

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

 a { background-color: rgb(142,158,22); }

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

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

 span { border-color: rgb(142,158,22); }

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