Html Css Color HEX #0EA660 Shamrock Green

📋 copy color: '#0EA660'

red 14 ◦ green 166 ◦ blue 96

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

Shades of Shamrock Green #0EA660

Tints of Shamrock Green #0EA660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.78%

R = 5.07%
G = 60.14%
B = 34.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#0EA660 (or 0x0EA660) is known color: Shamrock Green. HEX triplet: 0E, A6 and 60. RGB value is (14,166,96). Sum of RGB (Red+Green+Blue) = 14+166+96=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 166 (65.23% from 255 or 60.14% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA660 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA660 is #F1599F. Grayscale: #707070. Windows color (decimal): -15817120 or 6333966. OLE color: 6333966.

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

Color convert

RGB 14 166 96 -
CMYK 0.92 0 0.42 0.35
HSL 152.37º 0.84% 0.35% -
HSV(B) 152.37º 0.92% 0.65% -
XYZ 15.93 28.21 15.67 -
YUV 112.57 118.64 57.69 -
System Red Green Blue C M Y K H S L
Decimal 14 166 96 0.92 0 0.42 0.35 152.37 0.84 0.35
Hex E A6 60 5C 0 2A 23 98 54 23
Octal 16 246 140 134 0 52 43 230 124 43
Binary 1110 10100110 1100000 1011100 0 101010 100011 10011000 1010100 100011

Color Harmonies of #0EA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA660

Black with #0EA660

Text Example


Text Example

White with #0EA660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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