#0EB43B

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

Shades of Dark Pastel Green #0EB43B

Tints of Dark Pastel Green #0EB43B

Color information

#0EB43B (or 0x0EB43B) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B4 and 3B. RGB value is (14,180,59). Sum of RGB (Red+Green+Blue) = 14+180+59=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 180 (70.70% from 255 or 71.15% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 180 - color contains mainly: green. Hex color #0EB43B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB43B is #F14BC4. Grayscale: #747474. Windows color (decimal): -15813573 or 3912718. OLE color: 3912718.

HSL color Cylindrical-coordinate representation of color #0EB43B: hue angle of 136.27º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB43B is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1418059-
CMYK0.9200.670.29
HSL136.27º85.57%38.04%-
HSV(B)136.27º92.22%70.59%-
XYZ17.2933.059.61-
YUV116.5795.554.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 180 (70.70% from 255) = 71.15%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=5.53%
G=71.15%
B=23.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14180590.9200.670.29136.2785.5738.04
HexEB43B5C0431D885626
Octal162647313401033521012646
Binary11101011010011101110111000100001111101100010001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,180,59); }

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

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

 a { background-color: rgb(14,180,59); }

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

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

 span { border-color: rgb(14,180,59); }

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