Html Css Color HEX #0EA547 Pigment Green

📋 copy color: '#0EA547'

red 14 ◦ green 165 ◦ blue 71

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

Shades of Pigment Green #0EA547

Tints of Pigment Green #0EA547

RGB

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

 GREEN value IS 165 (64.84% from 255) = 66%

 BLUE value IS 71 (28.13% from 255) = 28.4%

R = 5.6%
G = 66%
B = 28.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#0EA547 (or 0x0EA547) is known color: Pigment Green. HEX triplet: 0E, A5 and 47. RGB value is (14,165,71). Sum of RGB (Red+Green+Blue) = 14+165+71=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #0EA547 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA547 is #F15AB8. Grayscale: #6D6D6D. Windows color (decimal): -15817401 or 4695310. OLE color: 4695310.

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

Color convert

RGB 14 165 71 -
CMYK 0.92 0 0.57 0.35
HSL 142.65º 0.84% 0.35% -
HSV(B) 142.65º 0.92% 0.65% -
XYZ 14.77 27.46 10.48 -
YUV 109.14 106.47 60.14 -
System Red Green Blue C M Y K H S L
Decimal 14 165 71 0.92 0 0.57 0.35 142.65 0.84 0.35
Hex E A5 47 5C 0 39 23 8F 54 23
Octal 16 245 107 134 0 71 43 217 124 43
Binary 1110 10100101 1000111 1011100 0 111001 100011 10001111 1010100 100011

Color Harmonies of #0EA547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA547

Black with #0EA547

Text Example


Text Example

White with #0EA547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,165,71); }

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

background-color css

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

 a { background-color: rgb(14,165,71); }

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

border-color css

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

 span { border-color: rgb(14,165,71); }

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