Html Css Color HEX #0E9259 Shamrock Green

📋 copy color: '#0E9259'

red 14 ◦ green 146 ◦ blue 89

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

Shades of Shamrock Green #0E9259

Tints of Shamrock Green #0E9259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.63%

 BLUE value IS 89 (35.16% from 255) = 35.74%

R = 5.62%
G = 58.63%
B = 35.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#0E9259 (or 0x0E9259) is known color: Shamrock Green. HEX triplet: 0E, 92 and 59. RGB value is (14,146,89). Sum of RGB (Red+Green+Blue) = 14+146+89=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 146 (57.42% from 255 or 58.63% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9259 is #F16DA6. Grayscale: #646464. Windows color (decimal): -15822247 or 5870094. OLE color: 5870094.

HSL color Cylindrical-coordinate representation of color #0E9259: hue angle of 154.09º 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 #0E9259 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 146 89 -
CMYK 0.90 0 0.39 0.43
HSL 154.09º 0.83% 0.31% -
HSV(B) 154.09º 0.9% 0.57% -
XYZ 12.26 21.37 12.93 -
YUV 100.03 121.77 66.63 -
System Red Green Blue C M Y K H S L
Decimal 14 146 89 0.90 0 0.39 0.43 154.09 0.83 0.31
Hex E 92 59 5A 0 27 2B 9A 52 1F
Octal 16 222 131 132 0 47 53 232 122 37
Binary 1110 10010010 1011001 1011010 0 100111 101011 10011010 1010010 11111

Color Harmonies of #0E9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9259

Black with #0E9259

Text Example


Text Example

White with #0E9259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,146,89); }

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

background-color css

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

 a { background-color: rgb(14,146,89); }

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

border-color css

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

 span { border-color: rgb(14,146,89); }

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