#0EB150

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

Shades of Pigment Green #0EB150

Tints of Pigment Green #0EB150

Color information

#0EB150 (or 0x0EB150) is unknown color: approx Pigment Green. HEX triplet: 0E, B1 and 50. RGB value is (14,177,80). Sum of RGB (Red+Green+Blue) = 14+177+80=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 177 (69.53% from 255 or 65.31% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB150 is #F14EAF. Grayscale: #757575. Windows color (decimal): -15814320 or 5288206. OLE color: 5288206.

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

Color convert

RGB1417780-
CMYK0.9200.550.31
HSL144.29º85.34%37.45%-
HSV(B)144.29º92.09%69.41%-
XYZ17.3532.1212.87-
YUV117.2110754.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.17%
GREEN value IS 177 (69.53% from 255) = 65.31%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=5.17%
G=65.31%
B=29.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14177800.9200.550.31144.2985.3437.45
HexEB1505C0371F905525
Octal162611201340673722012545
Binary11101011000110100001011100011011111111100100001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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