#0ECF2A

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

Shades of Dark Pastel Green #0ECF2A

Tints of Dark Pastel Green #0ECF2A

Color information

#0ECF2A (or 0x0ECF2A) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, CF and 2A. RGB value is (14,207,42). Sum of RGB (Red+Green+Blue) = 14+207+42=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 207 (81.25% from 255 or 78.71% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECF2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECF2A is #F130D5. Grayscale: #828282. Windows color (decimal): -15806678 or 2805518. OLE color: 2805518.

HSL color Cylindrical-coordinate representation of color #0ECF2A: hue angle of 128.7º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECF2A is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB1420742-
CMYK0.9300.800.19
HSL128.7º87.33%43.33%-
HSV(B)128.7º93.24%81.18%-
XYZ22.9144.899.65-
YUV130.4878.0644.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.32%
GREEN value IS 207 (81.25% from 255) = 78.71%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=5.32%
G=78.71%
B=15.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal14207420.9300.800.19128.787.3343.33
HexECF2A5D0501381572b
Octal163175213501202320112753
Binary11101100111110101010111010101000010011100000011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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