Html Css Color HEX #0EA561 Shamrock Green

📋 copy color: '#0EA561'

red 14 ◦ green 165 ◦ blue 97

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

Shades of Shamrock Green #0EA561

Tints of Shamrock Green #0EA561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.14%

R = 5.07%
G = 59.78%
B = 35.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#0EA561 (or 0x0EA561) is known color: Shamrock Green. HEX triplet: 0E, A5 and 61. RGB value is (14,165,97). Sum of RGB (Red+Green+Blue) = 14+165+97=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 165 (64.84% from 255 or 59.78% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 165 - color contains mainly: green. Hex color #0EA561 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA561 is #F15A9E. Grayscale: #707070. Windows color (decimal): -15817375 or 6399246. OLE color: 6399246.

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

Color convert

RGB 14 165 97 -
CMYK 0.92 0 0.41 0.35
HSL 152.98º 0.84% 0.35% -
HSV(B) 152.98º 0.92% 0.65% -
XYZ 15.79 27.87 15.86 -
YUV 112.1 119.47 58.03 -
System Red Green Blue C M Y K H S L
Decimal 14 165 97 0.92 0 0.41 0.35 152.98 0.84 0.35
Hex E A5 61 5C 0 29 23 99 54 23
Octal 16 245 141 134 0 51 43 231 124 43
Binary 1110 10100101 1100001 1011100 0 101001 100011 10011001 1010100 100011

Color Harmonies of #0EA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA561

Black with #0EA561

Text Example


Text Example

White with #0EA561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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