Html Css Color HEX #0EB256 Pigment Green

📋 copy color: '#0EB256'

red 14 ◦ green 178 ◦ blue 86

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

Shades of Pigment Green #0EB256

Tints of Pigment Green #0EB256

RGB

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

 GREEN value IS 178 (69.92% from 255) = 64.03%

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 5.04%
G = 64.03%
B = 30.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#0EB256 (or 0x0EB256) is known color: Pigment Green. HEX triplet: 0E, B2 and 56. RGB value is (14,178,86). Sum of RGB (Red+Green+Blue) = 14+178+86=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 178 (69.92% from 255 or 64.03% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB256 is #F14DA9. Grayscale: #767676. Windows color (decimal): -15814058 or 5681678. OLE color: 5681678.

HSL color Cylindrical-coordinate representation of color #0EB256: hue angle of 146.34º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB256 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 14 178 86 -
CMYK 0.92 0 0.52 0.30
HSL 146.34º 0.85% 0.38% -
HSV(B) 146.34º 0.92% 0.7% -
XYZ 17.78 32.61 14.16 -
YUV 118.48 109.67 53.48 -
System Red Green Blue C M Y K H S L
Decimal 14 178 86 0.92 0 0.52 0.30 146.34 0.85 0.38
Hex E B2 56 5C 0 34 1E 92 55 26
Octal 16 262 126 134 0 64 36 222 125 46
Binary 1110 10110010 1010110 1011100 0 110100 11110 10010010 1010101 100110

Color Harmonies of #0EB256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB256

Black with #0EB256

Text Example


Text Example

White with #0EB256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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