Html Css Color HEX #0EAC59 Pigment Green

📋 copy color: '#0EAC59'

red 14 ◦ green 172 ◦ blue 89

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

Shades of Pigment Green #0EAC59

Tints of Pigment Green #0EAC59

RGB

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

 GREEN value IS 172 (67.58% from 255) = 62.55%

 BLUE value IS 89 (35.16% from 255) = 32.36%

R = 5.09%
G = 62.55%
B = 32.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#0EAC59 (or 0x0EAC59) is known color: Pigment Green. HEX triplet: 0E, AC and 59. RGB value is (14,172,89). Sum of RGB (Red+Green+Blue) = 14+172+89=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC59 is #F153A6. Grayscale: #737373. Windows color (decimal): -15815591 or 5876750. OLE color: 5876750.

HSL color Cylindrical-coordinate representation of color #0EAC59: hue angle of 148.48º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAC59 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 172 89 -
CMYK 0.92 0 0.48 0.33
HSL 148.48º 0.85% 0.36% -
HSV(B) 148.48º 0.92% 0.67% -
XYZ 16.74 30.32 14.42 -
YUV 115.3 113.15 55.75 -
System Red Green Blue C M Y K H S L
Decimal 14 172 89 0.92 0 0.48 0.33 148.48 0.85 0.36
Hex E AC 59 5C 0 30 21 94 55 24
Octal 16 254 131 134 0 60 41 224 125 44
Binary 1110 10101100 1011001 1011100 0 110000 100001 10010100 1010101 100100

Color Harmonies of #0EAC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC59

Black with #0EAC59

Text Example


Text Example

White with #0EAC59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,89); }

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

background-color css

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

 a { background-color: rgb(14,172,89); }

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

border-color css

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

 span { border-color: rgb(14,172,89); }

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