#0EB55E

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

Shades of Pigment Green #0EB55E

Tints of Pigment Green #0EB55E

Color information

#0EB55E (or 0x0EB55E) is unknown color: approx Pigment Green. HEX triplet: 0E, B5 and 5E. RGB value is (14,181,94). Sum of RGB (Red+Green+Blue) = 14+181+94=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 181 (71.09% from 255 or 62.63% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB55E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB55E is #F14AA1. Grayscale: #797979. Windows color (decimal): -15813282 or 6206734. OLE color: 6206734.

HSL color Cylindrical-coordinate representation of color #0EB55E: hue angle of 148.74º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB55E is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1418194-
CMYK0.9200.480.29
HSL148.74º85.64%38.24%-
HSV(B)148.74º92.27%70.98%-
XYZ18.7333.9516.16-
YUV121.15112.6751.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 181 (71.09% from 255) = 62.63%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=4.84%
G=62.63%
B=32.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14181940.9200.480.29148.7485.6438.24
HexEB55E5C0301D955626
Octal162651361340603522512646
Binary11101011010110111101011100011000011101100101011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,181,94); }

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

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

 a { background-color: rgb(14,181,94); }

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

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

 span { border-color: rgb(14,181,94); }

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