Html Css Color HEX #0E9155 Shamrock Green

📋 copy color: '#0E9155'

red 14 ◦ green 145 ◦ blue 85

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

Shades of Shamrock Green #0E9155

Tints of Shamrock Green #0E9155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 59.43%

 BLUE value IS 85 (33.59% from 255) = 34.84%

R = 5.74%
G = 59.43%
B = 34.84%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#0E9155 (or 0x0E9155) is known color: Shamrock Green. HEX triplet: 0E, 91 and 55. RGB value is (14,145,85). Sum of RGB (Red+Green+Blue) = 14+145+85=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 145 (57.03% from 255 or 59.43% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9155 is #F16EAA. Grayscale: #636363. Windows color (decimal): -15822507 or 5607694. OLE color: 5607694.

HSL color Cylindrical-coordinate representation of color #0E9155: hue angle of 152.52º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9155 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 145 85 -
CMYK 0.90 0 0.41 0.43
HSL 152.52º 0.82% 0.31% -
HSV(B) 152.52º 0.9% 0.57% -
XYZ 11.95 21 12.02 -
YUV 98.99 120.1 67.38 -
System Red Green Blue C M Y K H S L
Decimal 14 145 85 0.90 0 0.41 0.43 152.52 0.82 0.31
Hex E 91 55 5A 0 29 2B 99 52 1F
Octal 16 221 125 132 0 51 53 231 122 37
Binary 1110 10010001 1010101 1011010 0 101001 101011 10011001 1010010 11111

Color Harmonies of #0E9155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9155

Black with #0E9155

Text Example


Text Example

White with #0E9155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,145,85); }

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

background-color css

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

 a { background-color: rgb(14,145,85); }

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

border-color css

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

 span { border-color: rgb(14,145,85); }

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