Html Css Color HEX #0EB959 Pigment Green

📋 copy color: '#0EB959'

red 14 ◦ green 185 ◦ blue 89

#0EB959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0EB959

Tints of Pigment Green #0EB959

RGB

 RED value IS 14 (5.86% from 255) = 4.86%

 GREEN value IS 185 (72.66% from 255) = 64.24%

 BLUE value IS 89 (35.16% from 255) = 30.9%

R = 4.86%
G = 64.24%
B = 30.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#0EB959 (or 0x0EB959) is known color: Pigment Green. HEX triplet: 0E, B9 and 59. RGB value is (14,185,89). Sum of RGB (Red+Green+Blue) = 14+185+89=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 185 (72.66% from 255 or 64.24% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB959 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB959 is #F146A6. Grayscale: #7B7B7B. Windows color (decimal): -15812263 or 5880078. OLE color: 5880078.

HSL color Cylindrical-coordinate representation of color #0EB959: hue angle of 146.32º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB959 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 185 89 -
CMYK 0.92 0 0.52 0.27
HSL 146.32º 0.86% 0.39% -
HSV(B) 146.32º 0.92% 0.73% -
XYZ 19.33 35.51 15.29 -
YUV 122.93 108.85 50.31 -
System Red Green Blue C M Y K H S L
Decimal 14 185 89 0.92 0 0.52 0.27 146.32 0.86 0.39
Hex E B9 59 5C 0 34 1B 92 56 27
Octal 16 271 131 134 0 64 33 222 126 47
Binary 1110 10111001 1011001 1011100 0 110100 11011 10010010 1010110 100111

Color Harmonies of #0EB959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB959

Black with #0EB959

Text Example


Text Example

White with #0EB959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,185,89); }

 H1.HeaderClassName
 {
   color: #0EB959;
 }
 .AnyTagClassName
 {
   color: #0EB959;
 }
</style>

background-color css

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

 a { background-color: rgb(14,185,89); }

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

border-color css

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

 span { border-color: rgb(14,185,89); }

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