#8E9F2A

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

Shades of Citron #8E9F2A

Tints of Citron #8E9F2A

Color information

#8E9F2A (or 0x8E9F2A) is unknown color: approx Citron. HEX triplet: 8E, 9F and 2A. RGB value is (142,159,42). Sum of RGB (Red+Green+Blue) = 142+159+42=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #8E9F2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9F2A is #7160D5. Grayscale: #8D8D8D. Windows color (decimal): -7430358 or 2793358. OLE color: 2793358.

HSL color Cylindrical-coordinate representation of color #8E9F2A: hue angle of 68.72º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E9F2A is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB14215942-
CMYK0.1100.740.38
HSL68.72º58.21%39.41%-
HSV(B)68.72º73.58%62.35%-
XYZ23.9730.716.86-
YUV140.5872.37129.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 159 (62.5% from 255) = 46.36%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=41.40%
G=46.36%
B=12.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142159420.1100.740.3868.7258.2139.41
Hex8E9F2AB04A26453a27
Octal21623752130112461057247
Binary10001110100111111010101011010010101001101000101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,159,42); }

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

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

 a { background-color: rgb(142,159,42); }

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

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

 span { border-color: rgb(142,159,42); }

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