#0EB152

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

Shades of Pigment Green #0EB152

Tints of Pigment Green #0EB152

Color information

#0EB152 (or 0x0EB152) is unknown color: approx Pigment Green. HEX triplet: 0E, B1 and 52. RGB value is (14,177,82). Sum of RGB (Red+Green+Blue) = 14+177+82=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 177 (69.53% from 255 or 64.84% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB152 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB152 is #F14EAD. Grayscale: #757575. Windows color (decimal): -15814318 or 5419278. OLE color: 5419278.

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

Color convert

RGB1417782-
CMYK0.9200.540.31
HSL145.03º85.34%37.45%-
HSV(B)145.03º92.09%69.41%-
XYZ17.4332.1513.27-
YUV117.4310854.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.13%
GREEN value IS 177 (69.53% from 255) = 64.84%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=5.13%
G=64.84%
B=30.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14177820.9200.540.31145.0385.3437.45
HexEB1525C0361F915525
Octal162611221340663722112545
Binary11101011000110100101011100011011011111100100011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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