#8EC813

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

Shades of Citrus #8EC813

Tints of Citrus #8EC813

Color information

#8EC813 (or 0x8EC813) is unknown color: approx Citrus. HEX triplet: 8E, C8 and 13. RGB value is (142,200,19). Sum of RGB (Red+Green+Blue) = 142+200+19=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC813 is #7137EC. Grayscale: #A2A2A2. Windows color (decimal): -7419885 or 1296526. OLE color: 1296526.

HSL color Cylindrical-coordinate representation of color #8EC813: hue angle of 79.23º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8EC813 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB14220019-
CMYK0.2900.900.22
HSL79.23º82.65%42.94%-
HSV(B)79.23º90.5%78.43%-
XYZ31.9347.118.03-
YUV162.0247.28113.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.34%
GREEN value IS 200 (78.52% from 255) = 55.40%
BLUE value IS 19 (7.81% from 255) = 5.26%
R=39.34%
G=55.40%
B=5.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal142200190.2900.900.2279.2382.6542.94
Hex8EC8131D05A164f532b
Octal216310233501322611712353
Binary10001110110010001001111101010110101011010011111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,200,19); }

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

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

 a { background-color: rgb(142,200,19); }

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

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

 span { border-color: rgb(142,200,19); }

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