#0EC02A

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

Shades of Dark Pastel Green #0EC02A

Tints of Dark Pastel Green #0EC02A

Color information

#0EC02A (or 0x0EC02A) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C0 and 2A. RGB value is (14,192,42). Sum of RGB (Red+Green+Blue) = 14+192+42=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 192 (75.39% from 255 or 77.42% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC02A is #F13FD5. Grayscale: #7A7A7A. Windows color (decimal): -15810518 or 2801678. OLE color: 2801678.

HSL color Cylindrical-coordinate representation of color #0EC02A: hue angle of 129.44º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC02A is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1419242-
CMYK0.9300.780.25
HSL129.44º86.41%40.39%-
HSV(B)129.44º92.71%75.29%-
XYZ19.4537.968.49-
YUV121.6883.0351.2-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.65%
GREEN value IS 192 (75.39% from 255) = 77.42%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=5.65%
G=77.42%
B=16.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14192420.9300.780.25129.4486.4140.39
HexEC02A5D04E19815628
Octal163005213501163120112650
Binary11101100000010101010111010100111011001100000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,192,42); }

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

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

 a { background-color: rgb(14,192,42); }

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

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

 span { border-color: rgb(14,192,42); }

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