Html Css Color HEX #0EAA60 Shamrock Green

📋 copy color: '#0EAA60'

red 14 ◦ green 170 ◦ blue 96

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

Shades of Shamrock Green #0EAA60

Tints of Shamrock Green #0EAA60

RGB

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

 GREEN value IS 170 (66.8% from 255) = 60.71%

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

R = 5%
G = 60.71%
B = 34.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#0EAA60 (or 0x0EAA60) is known color: Shamrock Green. HEX triplet: 0E, AA and 60. RGB value is (14,170,96). Sum of RGB (Red+Green+Blue) = 14+170+96=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA60 is #F1559F. Grayscale: #737373. Windows color (decimal): -15816096 or 6334990. OLE color: 6334990.

HSL color Cylindrical-coordinate representation of color #0EAA60: hue angle of 151.54º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAA60 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 170 96 -
CMYK 0.92 0 0.44 0.33
HSL 151.54º 0.85% 0.36% -
HSV(B) 151.54º 0.92% 0.67% -
XYZ 16.67 29.69 15.92 -
YUV 114.92 117.32 56.02 -
System Red Green Blue C M Y K H S L
Decimal 14 170 96 0.92 0 0.44 0.33 151.54 0.85 0.36
Hex E AA 60 5C 0 2C 21 98 55 24
Octal 16 252 140 134 0 54 41 230 125 44
Binary 1110 10101010 1100000 1011100 0 101100 100001 10011000 1010101 100100

Color Harmonies of #0EAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA60

Black with #0EAA60

Text Example


Text Example

White with #0EAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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