Html Css Color HEX #0E9961 Shamrock Green

📋 copy color: '#0E9961'

red 14 ◦ green 153 ◦ blue 97

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

Shades of Shamrock Green #0E9961

Tints of Shamrock Green #0E9961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 5.3%
G = 57.95%
B = 36.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#0E9961 (or 0x0E9961) is known color: Shamrock Green. HEX triplet: 0E, 99 and 61. RGB value is (14,153,97). Sum of RGB (Red+Green+Blue) = 14+153+97=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9961 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9961 is #F1669E. Grayscale: #696969. Windows color (decimal): -15820447 or 6396174. OLE color: 6396174.

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

Color convert

RGB 14 153 97 -
CMYK 0.91 0 0.37 0.4
HSL 155.83º 0.83% 0.33% -
HSV(B) 155.83º 0.91% 0.6% -
XYZ 13.73 23.74 15.17 -
YUV 105.06 123.45 63.05 -
System Red Green Blue C M Y K H S L
Decimal 14 153 97 0.91 0 0.37 0.4 155.83 0.83 0.33
Hex E 99 61 5B 0 25 28 9C 53 21
Octal 16 231 141 133 0 45 50 234 123 41
Binary 1110 10011001 1100001 1011011 0 100101 101000 10011100 1010011 100001

Color Harmonies of #0E9961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9961

Black with #0E9961

Text Example


Text Example

White with #0E9961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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