#0EB14C

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

Shades of Pigment Green #0EB14C

Tints of Pigment Green #0EB14C

Color information

#0EB14C (or 0x0EB14C) is unknown color: approx Pigment Green. HEX triplet: 0E, B1 and 4C. RGB value is (14,177,76). Sum of RGB (Red+Green+Blue) = 14+177+76=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 177 (69.53% from 255 or 66.29% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB14C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB14C is #F14EB3. Grayscale: #747474. Windows color (decimal): -15814324 or 5026062. OLE color: 5026062.

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

Color convert

RGB1417776-
CMYK0.9200.570.31
HSL142.82º85.34%37.45%-
HSV(B)142.82º92.09%69.41%-
XYZ17.2132.0612.12-
YUV116.7510554.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.24%
GREEN value IS 177 (69.53% from 255) = 66.29%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=5.24%
G=66.29%
B=28.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14177760.9200.570.31142.8285.3437.45
HexEB14C5C0391F8f5525
Octal162611141340713721712545
Binary11101011000110011001011100011100111111100011111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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