#0ECF1B

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

Shades of Dark Pastel Green #0ECF1B

Tints of Dark Pastel Green #0ECF1B

Color information

#0ECF1B (or 0x0ECF1B) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, CF and 1B. RGB value is (14,207,27). Sum of RGB (Red+Green+Blue) = 14+207+27=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 207 (81.25% from 255 or 83.47% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECF1B is #F130E4. Grayscale: #818181. Windows color (decimal): -15806693 or 1822478. OLE color: 1822478.

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

Color convert

RGB1420727-
CMYK0.9300.870.19
HSL124.04º87.33%43.33%-
HSV(B)124.04º93.24%81.18%-
XYZ22.6944.88.49-
YUV128.7770.5646.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.65%
GREEN value IS 207 (81.25% from 255) = 83.47%
BLUE value IS 27 (10.94% from 255) = 10.89%
R=5.65%
G=83.47%
B=10.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal14207270.9300.870.19124.0487.3343.33
HexECF1B5D057137c572b
Octal163173313501272317412753
Binary111011001111110111011101010101111001111111001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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