Html Css Color HEX #0E9958 Shamrock Green

📋 copy color: '#0E9958'

red 14 ◦ green 153 ◦ blue 88

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

Shades of Shamrock Green #0E9958

Tints of Shamrock Green #0E9958

RGB

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

 GREEN value IS 153 (60.16% from 255) = 60%

 BLUE value IS 88 (34.77% from 255) = 34.51%

R = 5.49%
G = 60%
B = 34.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#0E9958 (or 0x0E9958) is known color: Shamrock Green. HEX triplet: 0E, 99 and 58. RGB value is (14,153,88). Sum of RGB (Red+Green+Blue) = 14+153+88=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9958 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9958 is #F166A7. Grayscale: #686868. Windows color (decimal): -15820456 or 5806350. OLE color: 5806350.

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

Color convert

RGB 14 153 88 -
CMYK 0.91 0 0.42 0.4
HSL 151.94º 0.83% 0.33% -
HSV(B) 151.94º 0.91% 0.6% -
XYZ 13.33 23.58 13.08 -
YUV 104.03 118.95 63.79 -
System Red Green Blue C M Y K H S L
Decimal 14 153 88 0.91 0 0.42 0.4 151.94 0.83 0.33
Hex E 99 58 5B 0 2A 28 98 53 21
Octal 16 231 130 133 0 52 50 230 123 41
Binary 1110 10011001 1011000 1011011 0 101010 101000 10011000 1010011 100001

Color Harmonies of #0E9958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9958

Black with #0E9958

Text Example


Text Example

White with #0E9958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,153,88); }

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

background-color css

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

 a { background-color: rgb(14,153,88); }

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

border-color css

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

 span { border-color: rgb(14,153,88); }

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