#0EB057

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

Shades of Pigment Green #0EB057

Tints of Pigment Green #0EB057

Color information

#0EB057 (or 0x0EB057) is unknown color: approx Pigment Green. HEX triplet: 0E, B0 and 57. RGB value is (14,176,87). Sum of RGB (Red+Green+Blue) = 14+176+87=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 176 (69.14% from 255 or 63.54% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 176 - color contains mainly: green. Hex color #0EB057 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB057 is #F14FA8. Grayscale: #757575. Windows color (decimal): -15814569 or 5746702. OLE color: 5746702.

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

Color convert

RGB1417687-
CMYK0.9200.510.31
HSL147.04º85.26%37.25%-
HSV(B)147.04º92.05%69.02%-
XYZ17.4331.8314.24-
YUV117.42110.8354.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.05%
GREEN value IS 176 (69.14% from 255) = 63.54%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=5.05%
G=63.54%
B=31.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14176870.9200.510.31147.0485.2637.25
HexEB0575C0331F935525
Octal162601271340633722312545
Binary11101011000010101111011100011001111111100100111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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