Html Css Color HEX #0E9A5F Shamrock Green

📋 copy color: '#0E9A5F'

red 14 ◦ green 154 ◦ blue 95

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

Shades of Shamrock Green #0E9A5F

Tints of Shamrock Green #0E9A5F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 58.56%

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 5.32%
G = 58.56%
B = 36.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#0E9A5F (or 0x0E9A5F) is known color: Shamrock Green. HEX triplet: 0E, 9A and 5F. RGB value is (14,154,95). Sum of RGB (Red+Green+Blue) = 14+154+95=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 154 (60.55% from 255 or 58.56% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 154 - color contains mainly: green. Hex color #0E9A5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9A5F is #F165A0. Grayscale: #696969. Windows color (decimal): -15820193 or 6265358. OLE color: 6265358.

HSL color Cylindrical-coordinate representation of color #0E9A5F: hue angle of 154.71º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9A5F is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 14 154 95 -
CMYK 0.91 0 0.38 0.40
HSL 154.71º 0.83% 0.33% -
HSV(B) 154.71º 0.91% 0.6% -
XYZ 13.8 24.03 14.74 -
YUV 105.41 122.12 62.8 -
System Red Green Blue C M Y K H S L
Decimal 14 154 95 0.91 0 0.38 0.40 154.71 0.83 0.33
Hex E 9A 5F 5B 0 26 28 9B 53 21
Octal 16 232 137 133 0 46 50 233 123 41
Binary 1110 10011010 1011111 1011011 0 100110 101000 10011011 1010011 100001

Color Harmonies of #0E9A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9A5F

Black with #0E9A5F

Text Example


Text Example

White with #0E9A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,154,95); }

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

background-color css

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

 a { background-color: rgb(14,154,95); }

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

border-color css

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

 span { border-color: rgb(14,154,95); }

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