#0EB050

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

Shades of Pigment Green #0EB050

Tints of Pigment Green #0EB050

Color information

#0EB050 (or 0x0EB050) is unknown color: approx Pigment Green. HEX triplet: 0E, B0 and 50. RGB value is (14,176,80). Sum of RGB (Red+Green+Blue) = 14+176+80=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 176 (69.14% from 255 or 65.19% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 176 - color contains mainly: green. Hex color #0EB050 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB050 is #F14FAF. Grayscale: #747474. Windows color (decimal): -15814576 or 5287950. OLE color: 5287950.

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

Color convert

RGB1417680-
CMYK0.9200.550.31
HSL144.44º85.26%37.25%-
HSV(B)144.44º92.05%69.02%-
XYZ17.1531.7212.81-
YUV116.62107.3354.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.19%
GREEN value IS 176 (69.14% from 255) = 65.19%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=5.19%
G=65.19%
B=29.63%

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
Decimal14176800.9200.550.31144.4485.2637.25
HexEB0505C0371F905525
Octal162601201340673722012545
Binary11101011000010100001011100011011111111100100001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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