#0EB127

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

Shades of Dark Pastel Green #0EB127

Tints of Dark Pastel Green #0EB127

Color information

#0EB127 (or 0x0EB127) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B1 and 27. RGB value is (14,177,39). Sum of RGB (Red+Green+Blue) = 14+177+39=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 177 (69.53% from 255 or 76.96% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB127 is #F14ED8. Grayscale: #707070. Windows color (decimal): -15814361 or 2601230. OLE color: 2601230.

HSL color Cylindrical-coordinate representation of color #0EB127: hue angle of 129.2º 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 #0EB127 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1417739-
CMYK0.9200.780.31
HSL129.2º85.34%37.45%-
HSV(B)129.2º92.09%69.41%-
XYZ16.2731.687.18-
YUV112.5386.557.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.09%
GREEN value IS 177 (69.53% from 255) = 76.96%
BLUE value IS 39 (15.62% from 255) = 16.96%
R=6.09%
G=76.96%
B=16.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14177390.9200.780.31129.285.3437.45
HexEB1275C04E1F815525
Octal162614713401163720112545
Binary11101011000110011110111000100111011111100000011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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