#0EB23D

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

Shades of Dark Pastel Green #0EB23D

Tints of Dark Pastel Green #0EB23D

Color information

#0EB23D (or 0x0EB23D) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B2 and 3D. RGB value is (14,178,61). Sum of RGB (Red+Green+Blue) = 14+178+61=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 178 (69.92% from 255 or 70.36% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB23D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB23D is #F14DC2. Grayscale: #737373. Windows color (decimal): -15814083 or 4043278. OLE color: 4043278.

HSL color Cylindrical-coordinate representation of color #0EB23D: hue angle of 137.2º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB23D is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1417861-
CMYK0.9200.660.30
HSL137.2º85.42%37.65%-
HSV(B)137.2º92.13%69.8%-
XYZ16.9432.279.75-
YUV115.6397.1755.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 178 (69.92% from 255) = 70.36%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=5.53%
G=70.36%
B=24.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14178610.9200.660.30137.285.4237.65
HexEB23D5C0421E895526
Octal162627513401023621112546
Binary11101011001011110110111000100001011110100010011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,178,61); }

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

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

 a { background-color: rgb(14,178,61); }

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

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

 span { border-color: rgb(14,178,61); }

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