#8DCE14

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

Shades of Yellow Green #8DCE14

Tints of Yellow Green #8DCE14

Color information

#8DCE14 (or 0x8DCE14) is unknown color: approx Yellow Green. HEX triplet: 8D, CE and 14. RGB value is (141,206,20). Sum of RGB (Red+Green+Blue) = 141+206+20=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCE14 is #7231EB. Grayscale: #A6A6A6. Windows color (decimal): -7483884 or 1363597. OLE color: 1363597.

HSL color Cylindrical-coordinate representation of color #8DCE14: hue angle of 80.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DCE14 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB14120620-
CMYK0.3200.900.19
HSL80.97º82.3%44.31%-
HSV(B)80.97º90.29%80.78%-
XYZ33.1849.868.54-
YUV165.3645.97110.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.42%
GREEN value IS 206 (80.86% from 255) = 56.13%
BLUE value IS 20 (8.20% from 255) = 5.45%
R=38.42%
G=56.13%
B=5.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141206200.3200.900.1980.9782.344.31
Hex8DCE142005A1351522c
Octal215316244001322312112254
Binary100011011100111010100100000010110101001110100011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,206,20); }

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

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

 a { background-color: rgb(141,206,20); }

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

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

 span { border-color: rgb(141,206,20); }

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