#0EB351

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

Shades of Pigment Green #0EB351

Tints of Pigment Green #0EB351

Color information

#0EB351 (or 0x0EB351) is unknown color: approx Pigment Green. HEX triplet: 0E, B3 and 51. RGB value is (14,179,81). Sum of RGB (Red+Green+Blue) = 14+179+81=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 179 (70.31% from 255 or 65.33% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB351 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB351 is #F14CAE. Grayscale: #767676. Windows color (decimal): -15813807 or 5354254. OLE color: 5354254.

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

Color convert

RGB1417981-
CMYK0.9200.550.30
HSL144.36º85.49%37.84%-
HSV(B)144.36º92.18%70.2%-
XYZ17.7932.9313.2-
YUV118.49106.8453.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.11%
GREEN value IS 179 (70.31% from 255) = 65.33%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=5.11%
G=65.33%
B=29.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14179810.9200.550.30144.3685.4937.84
HexEB3515C0371E905526
Octal162631211340673622012546
Binary11101011001110100011011100011011111110100100001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,179,81); }

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

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

 a { background-color: rgb(14,179,81); }

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

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

 span { border-color: rgb(14,179,81); }

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