Html Css Color HEX #0EAC58 Pigment Green

📋 copy color: '#0EAC58'

red 14 ◦ green 172 ◦ blue 88

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

Shades of Pigment Green #0EAC58

Tints of Pigment Green #0EAC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.12%

R = 5.11%
G = 62.77%
B = 32.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#0EAC58 (or 0x0EAC58) is known color: Pigment Green. HEX triplet: 0E, AC and 58. RGB value is (14,172,88). Sum of RGB (Red+Green+Blue) = 14+172+88=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 172 (67.58% from 255 or 62.77% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC58 is #F153A7. Grayscale: #737373. Windows color (decimal): -15815592 or 5811214. OLE color: 5811214.

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

Color convert

RGB 14 172 88 -
CMYK 0.92 0 0.49 0.33
HSL 148.1º 0.85% 0.36% -
HSV(B) 148.1º 0.92% 0.67% -
XYZ 16.7 30.3 14.2 -
YUV 115.18 112.65 55.83 -
System Red Green Blue C M Y K H S L
Decimal 14 172 88 0.92 0 0.49 0.33 148.1 0.85 0.36
Hex E AC 58 5C 0 31 21 94 55 24
Octal 16 254 130 134 0 61 41 224 125 44
Binary 1110 10101100 1011000 1011100 0 110001 100001 10010100 1010101 100100

Color Harmonies of #0EAC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC58

Black with #0EAC58

Text Example


Text Example

White with #0EAC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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