#8EB80B

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

Shades of Citrus #8EB80B

Tints of Citrus #8EB80B

Color information

#8EB80B (or 0x8EB80B) is unknown color: approx Citrus. HEX triplet: 8E, B8 and 0B. RGB value is (142,184,11). Sum of RGB (Red+Green+Blue) = 142+184+11=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 184 (72.27% from 255 or 54.60% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB80B is #7147F4. Grayscale: #989898. Windows color (decimal): -7423989 or 768142. OLE color: 768142.

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

Color convert

RGB14218411-
CMYK0.2300.940.28
HSL74.57º88.72%38.24%-
HSV(B)74.57º94.02%72.16%-
XYZ28.3640.066.55-
YUV151.7248.59121.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 184 (72.27% from 255) = 54.60%
BLUE value IS 11 (4.69% from 255) = 3.26%
R=42.14%
G=54.60%
B=3.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal142184110.2300.940.2874.5788.7238.24
Hex8EB8B1705E1C4b5926
Octal216270132701363411313146
Binary1000111010111000101110111010111101110010010111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,184,11); }

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

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

 a { background-color: rgb(142,184,11); }

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

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

 span { border-color: rgb(142,184,11); }

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