Html Css Color HEX #0EB14C Pigment Green

📋 copy color: '#0EB14C'

red 14 ◦ green 177 ◦ blue 76

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

Shades of Pigment Green #0EB14C

Tints of Pigment Green #0EB14C

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 value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#0EB14C (or 0x0EB14C) is known color: 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

RGB 14 177 76 -
CMYK 0.92 0 0.57 0.31
HSL 142.82º 0.85% 0.37% -
HSV(B) 142.82º 0.92% 0.69% -
XYZ 17.21 32.06 12.12 -
YUV 116.75 105 54.71 -
System Red Green Blue C M Y K H S L
Decimal 14 177 76 0.92 0 0.57 0.31 142.82 0.85 0.37
Hex E B1 4C 5C 0 39 1F 8F 55 25
Octal 16 261 114 134 0 71 37 217 125 45
Binary 1110 10110001 1001100 1011100 0 111001 11111 10001111 1010101 100101

Color Harmonies of #0EB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB14C

Black with #0EB14C

Text Example


Text Example

White with #0EB14C

Text Example


Text Example

HTML Codes & Css Web 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>