#0EBD5D

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

Shades of Pigment Green #0EBD5D

Tints of Pigment Green #0EBD5D

Color information

#0EBD5D (or 0x0EBD5D) is unknown color: approx Pigment Green. HEX triplet: 0E, BD and 5D. RGB value is (14,189,93). Sum of RGB (Red+Green+Blue) = 14+189+93=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBD5D is #F142A2. Grayscale: #7D7D7D. Windows color (decimal): -15811235 or 6143246. OLE color: 6143246.

HSL color Cylindrical-coordinate representation of color #0EBD5D: hue angle of 147.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBD5D is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB1418993-
CMYK0.9300.510.26
HSL147.09º86.21%39.8%-
HSV(B)147.09º92.59%74.12%-
XYZ20.3537.2816.48-
YUV125.73109.5248.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.73%
GREEN value IS 189 (74.22% from 255) = 63.85%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=4.73%
G=63.85%
B=31.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14189930.9300.510.26147.0986.2139.8
HexEBD5D5D0331A935628
Octal162751351350633222312650
Binary11101011110110111011011101011001111010100100111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,189,93); }

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

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

 a { background-color: rgb(14,189,93); }

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

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

 span { border-color: rgb(14,189,93); }

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