#8EBA00

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

Shades of Citrus #8EBA00

Tints of Citrus #8EBA00

Color information

#8EBA00 (or 0x8EBA00) is unknown color: approx Citrus. HEX triplet: 8E, BA and 00. RGB value is (142,186,0). Sum of RGB (Red+Green+Blue) = 142+186+0=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBA00 is #7145FF. Grayscale: #989898. Windows color (decimal): -7423488 or 47758. OLE color: 47758.

HSL color Cylindrical-coordinate representation of color #8EBA00: hue angle of 74.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8EBA00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1421860-
CMYK0.24010.27
HSL74.19º100%36.47%-
HSV(B)74.19º100%72.94%-
XYZ28.7140.876.38-
YUV151.6442.42121.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.29%
GREEN value IS 186 (73.05% from 255) = 56.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.29%
G=56.71%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14218600.24010.2774.1910036.47
Hex8EBA0180641B4a6424
Octal21627203001443311214444
Binary1000111010111010011000011001001101110010101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,186,0); }

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

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

 a { background-color: rgb(142,186,0); }

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

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

 span { border-color: rgb(142,186,0); }

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