#0EB12A

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

Shades of Dark Pastel Green #0EB12A

Tints of Dark Pastel Green #0EB12A

Color information

#0EB12A (or 0x0EB12A) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B1 and 2A. RGB value is (14,177,42). Sum of RGB (Red+Green+Blue) = 14+177+42=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 177 (69.53% from 255 or 75.97% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB12A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB12A is #F14ED5. Grayscale: #717171. Windows color (decimal): -15814358 or 2797838. OLE color: 2797838.

HSL color Cylindrical-coordinate representation of color #0EB12A: hue angle of 130.31º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB12A is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1417742-
CMYK0.9200.760.31
HSL130.31º85.34%37.45%-
HSV(B)130.31º92.09%69.41%-
XYZ16.3231.77.45-
YUV112.878857.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.01%
GREEN value IS 177 (69.53% from 255) = 75.97%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=6.01%
G=75.97%
B=18.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14177420.9200.760.31130.3185.3437.45
HexEB12A5C04C1F825525
Octal162615213401143720212545
Binary11101011000110101010111000100110011111100000101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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