#0ECF36

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

Shades of Dark Pastel Green #0ECF36

Tints of Dark Pastel Green #0ECF36

Color information

#0ECF36 (or 0x0ECF36) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, CF and 36. RGB value is (14,207,54). Sum of RGB (Red+Green+Blue) = 14+207+54=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 207 (81.25% from 255 or 75.27% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECF36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECF36 is #F130C9. Grayscale: #848484. Windows color (decimal): -15806666 or 3591950. OLE color: 3591950.

HSL color Cylindrical-coordinate representation of color #0ECF36: hue angle of 132.44º 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 #0ECF36 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB1420754-
CMYK0.9300.740.19
HSL132.44º87.33%43.33%-
HSV(B)132.44º93.24%81.18%-
XYZ23.1644.9910.95-
YUV131.8584.0643.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.09%
GREEN value IS 207 (81.25% from 255) = 75.27%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=5.09%
G=75.27%
B=19.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal14207540.9300.740.19132.4487.3343.33
HexECF365D04A1384572b
Octal163176613501122320412753
Binary11101100111111011010111010100101010011100001001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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