Html Css Color HEX #0EA645 Pigment Green

📋 copy color: '#0EA645'

red 14 ◦ green 166 ◦ blue 69

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

Shades of Pigment Green #0EA645

Tints of Pigment Green #0EA645

RGB

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

 GREEN value IS 166 (65.23% from 255) = 66.67%

 BLUE value IS 69 (27.34% from 255) = 27.71%

R = 5.62%
G = 66.67%
B = 27.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#0EA645 (or 0x0EA645) is known color: Pigment Green. HEX triplet: 0E, A6 and 45. RGB value is (14,166,69). Sum of RGB (Red+Green+Blue) = 14+166+69=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 166 (65.23% from 255 or 66.67% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA645 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA645 is #F159BA. Grayscale: #6D6D6D. Windows color (decimal): -15817147 or 4564494. OLE color: 4564494.

HSL color Cylindrical-coordinate representation of color #0EA645: hue angle of 141.71º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA645 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 166 69 -
CMYK 0.92 0 0.58 0.35
HSL 141.71º 0.84% 0.35% -
HSV(B) 141.71º 0.92% 0.65% -
XYZ 14.89 27.8 10.21 -
YUV 109.49 105.14 59.89 -
System Red Green Blue C M Y K H S L
Decimal 14 166 69 0.92 0 0.58 0.35 141.71 0.84 0.35
Hex E A6 45 5C 0 3A 23 8E 54 23
Octal 16 246 105 134 0 72 43 216 124 43
Binary 1110 10100110 1000101 1011100 0 111010 100011 10001110 1010100 100011

Color Harmonies of #0EA645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA645

Black with #0EA645

Text Example


Text Example

White with #0EA645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,166,69); }

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

background-color css

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

 a { background-color: rgb(14,166,69); }

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

border-color css

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

 span { border-color: rgb(14,166,69); }

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