#0EBD56

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

Shades of Pigment Green #0EBD56

Tints of Pigment Green #0EBD56

Color information

#0EBD56 (or 0x0EBD56) is unknown color: approx Pigment Green. HEX triplet: 0E, BD and 56. RGB value is (14,189,86). Sum of RGB (Red+Green+Blue) = 14+189+86=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBD56 is #F142A9. Grayscale: #7D7D7D. Windows color (decimal): -15811242 or 5684494. OLE color: 5684494.

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

Color convert

RGB1418986-
CMYK0.9300.540.26
HSL144.69º86.21%39.8%-
HSV(B)144.69º92.59%74.12%-
XYZ20.0637.1614.92-
YUV124.93106.0248.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 189 (74.22% from 255) = 65.40%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=4.84%
G=65.40%
B=29.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14189860.9300.540.26144.6986.2139.8
HexEBD565D0361A915628
Octal162751261350663222112650
Binary11101011110110101101011101011011011010100100011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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