#8EB710

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

Shades of Citrus #8EB710

Tints of Citrus #8EB710

Color information

#8EB710 (or 0x8EB710) is unknown color: approx Citrus. HEX triplet: 8E, B7 and 10. RGB value is (142,183,16). Sum of RGB (Red+Green+Blue) = 142+183+16=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #8EB710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB710 is #7148EF. Grayscale: #989898. Windows color (decimal): -7424240 or 1095566. OLE color: 1095566.

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

Color convert

RGB14218316-
CMYK0.2200.910.28
HSL74.73º83.92%39.02%-
HSV(B)74.73º91.26%71.76%-
XYZ28.1839.666.66-
YUV151.751.42121.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 183 (71.88% from 255) = 53.67%
BLUE value IS 16 (6.64% from 255) = 4.69%
R=41.64%
G=53.67%
B=4.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal142183160.2200.910.2874.7383.9239.02
Hex8EB7101605B1C4b5427
Octal216267202601333411312447
Binary10001110101101111000010110010110111110010010111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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