#8EB714

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

Shades of Citrus #8EB714

Tints of Citrus #8EB714

Color information

#8EB714 (or 0x8EB714) is unknown color: approx Citrus. HEX triplet: 8E, B7 and 14. RGB value is (142,183,20). Sum of RGB (Red+Green+Blue) = 142+183+20=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #8EB714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB714 is #7148EB. Grayscale: #989898. Windows color (decimal): -7424236 or 1357710. OLE color: 1357710.

HSL color Cylindrical-coordinate representation of color #8EB714: hue angle of 75.09º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8EB714 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB14218320-
CMYK0.2200.890.28
HSL75.09º80.3%39.8%-
HSV(B)75.09º89.07%71.76%-
XYZ28.2239.676.83-
YUV152.1653.42120.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 183 (71.88% from 255) = 53.04%
BLUE value IS 20 (8.20% from 255) = 5.80%
R=41.16%
G=53.04%
B=5.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal142183200.2200.890.2875.0980.339.8
Hex8EB714160591C4b5028
Octal216267242601313411312050
Binary10001110101101111010010110010110011110010010111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,183,20); }

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

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

 a { background-color: rgb(142,183,20); }

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

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

 span { border-color: rgb(142,183,20); }

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