#8C9E0F

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

Shades of Citron #8C9E0F

Tints of Citron #8C9E0F

Color information

#8C9E0F (or 0x8C9E0F) is unknown color: approx Citron. HEX triplet: 8C, 9E and 0F. RGB value is (140,158,15). Sum of RGB (Red+Green+Blue) = 140+158+15=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9E0F is #7361F0. Grayscale: #888888. Windows color (decimal): -7561713 or 1023628. OLE color: 1023628.

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

Color convert

RGB14015815-
CMYK0.1100.910.38
HSL67.55º82.66%33.92%-
HSV(B)67.55º90.51%61.96%-
XYZ23.1330.065.04-
YUV136.3259.54130.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.73%
GREEN value IS 158 (62.11% from 255) = 50.48%
BLUE value IS 15 (6.25% from 255) = 4.79%
R=44.73%
G=50.48%
B=4.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140158150.1100.910.3867.5582.6633.92
Hex8C9EFB05B26445322
Octal214236171301334610412342
Binary1000110010011110111110110101101110011010001001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,158,15); }

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

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

 a { background-color: rgb(140,158,15); }

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

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

 span { border-color: rgb(140,158,15); }

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