Html Css Color HEX #0EB04A Pigment Green

📋 copy color: '#0EB04A'

red 14 ◦ green 176 ◦ blue 74

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

Shades of Pigment Green #0EB04A

Tints of Pigment Green #0EB04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 66.67%

 BLUE value IS 74 (29.3% from 255) = 28.03%

R = 5.3%
G = 66.67%
B = 28.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#0EB04A (or 0x0EB04A) is known color: Pigment Green. HEX triplet: 0E, B0 and 4A. RGB value is (14,176,74). Sum of RGB (Red+Green+Blue) = 14+176+74=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 176 (69.14% from 255 or 66.67% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 176 - color contains mainly: green. Hex color #0EB04A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB04A is #F14FB5. Grayscale: #747474. Windows color (decimal): -15814582 or 4894734. OLE color: 4894734.

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

Color convert

RGB 14 176 74 -
CMYK 0.92 0 0.58 0.31
HSL 142.22º 0.85% 0.37% -
HSV(B) 142.22º 0.92% 0.69% -
XYZ 16.94 31.64 11.69 -
YUV 115.93 104.33 55.29 -
System Red Green Blue C M Y K H S L
Decimal 14 176 74 0.92 0 0.58 0.31 142.22 0.85 0.37
Hex E B0 4A 5C 0 3A 1F 8E 55 25
Octal 16 260 112 134 0 72 37 216 125 45
Binary 1110 10110000 1001010 1011100 0 111010 11111 10001110 1010101 100101

Color Harmonies of #0EB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB04A

Black with #0EB04A

Text Example


Text Example

White with #0EB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,176,74); }

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

background-color css

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

 a { background-color: rgb(14,176,74); }

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

border-color css

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

 span { border-color: rgb(14,176,74); }

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