#0EC214

Color #0EC214 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0EC214

Tints of Dark Pastel Green #0EC214

Color information

#0EC214 (or 0x0EC214) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C2 and 14. RGB value is (14,194,20). Sum of RGB (Red+Green+Blue) = 14+194+20=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 194 (76.17% from 255 or 85.09% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC214 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC214 is #F13DEB. Grayscale: #787878. Windows color (decimal): -15810028 or 1360398. OLE color: 1360398.

HSL color Cylindrical-coordinate representation of color #0EC214: hue angle of 122º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC214 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1419420-
CMYK0.9300.900.24
HSL122º86.54%40.78%-
HSV(B)122º92.78%76.08%-
XYZ19.638.737.1-
YUV120.3471.3752.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.14%
GREEN value IS 194 (76.17% from 255) = 85.09%
BLUE value IS 20 (8.20% from 255) = 8.77%
R=6.14%
G=85.09%
B=8.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14194200.9300.900.2412286.5440.78
HexEC2145D05A187a5729
Octal163022413501323017212751
Binary111011000010101001011101010110101100011110101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EC214; }

 p { color: rgb(14,194,20); }

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

<style>
 a { background-color: #0EC214; }

 a { background-color: rgb(14,194,20); }

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

<style>
 span { border-color: #0EC214; }

 span { border-color: rgb(14,194,20); }

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