#8EC015

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

Shades of Citrus #8EC015

Tints of Citrus #8EC015

Color information

#8EC015 (or 0x8EC015) is unknown color: approx Citrus. HEX triplet: 8E, C0 and 15. RGB value is (142,192,21). Sum of RGB (Red+Green+Blue) = 142+192+21=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC015 is #713FEA. Grayscale: #9E9E9E. Windows color (decimal): -7421931 or 1425550. OLE color: 1425550.

HSL color Cylindrical-coordinate representation of color #8EC015: hue angle of 77.54º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8EC015 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB14219221-
CMYK0.2600.890.25
HSL77.54º80.28%41.76%-
HSV(B)77.54º89.06%75.29%-
XYZ30.1443.57.52-
YUV157.5650.94116.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 192 (75.39% from 255) = 54.08%
BLUE value IS 21 (8.59% from 255) = 5.92%
R=40%
G=54.08%
B=5.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142192210.2600.890.2577.5480.2841.76
Hex8EC0151A059194e502a
Octal216300253201313111612052
Binary10001110110000001010111010010110011100110011101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,192,21); }

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

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

 a { background-color: rgb(142,192,21); }

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

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

 span { border-color: rgb(142,192,21); }

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