Html Css Color HEX #0EB155 Pigment Green

📋 copy color: '#0EB155'

red 14 ◦ green 177 ◦ blue 85

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

Shades of Pigment Green #0EB155

Tints of Pigment Green #0EB155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 64.13%

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 5.07%
G = 64.13%
B = 30.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#0EB155 (or 0x0EB155) is known color: Pigment Green. HEX triplet: 0E, B1 and 55. RGB value is (14,177,85). Sum of RGB (Red+Green+Blue) = 14+177+85=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 177 (69.53% from 255 or 64.13% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB155 is #F14EAA. Grayscale: #757575. Windows color (decimal): -15814315 or 5615886. OLE color: 5615886.

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

Color convert

RGB 14 177 85 -
CMYK 0.92 0 0.52 0.31
HSL 146.14º 0.85% 0.37% -
HSV(B) 146.14º 0.92% 0.69% -
XYZ 17.54 32.19 13.88 -
YUV 117.78 109.5 53.98 -
System Red Green Blue C M Y K H S L
Decimal 14 177 85 0.92 0 0.52 0.31 146.14 0.85 0.37
Hex E B1 55 5C 0 34 1F 92 55 25
Octal 16 261 125 134 0 64 37 222 125 45
Binary 1110 10110001 1010101 1011100 0 110100 11111 10010010 1010101 100101

Color Harmonies of #0EB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB155

Black with #0EB155

Text Example


Text Example

White with #0EB155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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