Html Css Color HEX #0EA540 Pigment Green

📋 copy color: '#0EA540'

red 14 ◦ green 165 ◦ blue 64

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

Shades of Pigment Green #0EA540

Tints of Pigment Green #0EA540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 5.76%
G = 67.9%
B = 26.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#0EA540 (or 0x0EA540) is known color: Pigment Green. HEX triplet: 0E, A5 and 40. RGB value is (14,165,64). Sum of RGB (Red+Green+Blue) = 14+165+64=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 165 (64.84% from 255 or 67.90% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 165 - color contains mainly: green. Hex color #0EA540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA540 is #F15ABF. Grayscale: #6C6C6C. Windows color (decimal): -15817408 or 4236558. OLE color: 4236558.

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

Color convert

RGB 14 165 64 -
CMYK 0.92 0 0.61 0.35
HSL 139.87º 0.84% 0.35% -
HSV(B) 139.87º 0.92% 0.65% -
XYZ 14.56 27.37 9.37 -
YUV 108.34 102.97 60.71 -
System Red Green Blue C M Y K H S L
Decimal 14 165 64 0.92 0 0.61 0.35 139.87 0.84 0.35
Hex E A5 40 5C 0 3D 23 8C 54 23
Octal 16 245 100 134 0 75 43 214 124 43
Binary 1110 10100101 1000000 1011100 0 111101 100011 10001100 1010100 100011

Color Harmonies of #0EA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA540

Black with #0EA540

Text Example


Text Example

White with #0EA540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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