Html Css Color HEX #0E965B Shamrock Green

📋 copy color: '#0E965B'

red 14 ◦ green 150 ◦ blue 91

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

Shades of Shamrock Green #0E965B

Tints of Shamrock Green #0E965B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.82%

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 5.49%
G = 58.82%
B = 35.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#0E965B (or 0x0E965B) is known color: Shamrock Green. HEX triplet: 0E, 96 and 5B. RGB value is (14,150,91). Sum of RGB (Red+Green+Blue) = 14+150+91=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #0E965B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E965B is #F169A4. Grayscale: #666666. Windows color (decimal): -15821221 or 6002190. OLE color: 6002190.

HSL color Cylindrical-coordinate representation of color #0E965B: hue angle of 153.97º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E965B is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 14 150 91 -
CMYK 0.91 0 0.39 0.41
HSL 153.97º 0.83% 0.32% -
HSV(B) 153.97º 0.91% 0.59% -
XYZ 12.98 22.66 13.59 -
YUV 102.61 121.44 64.8 -
System Red Green Blue C M Y K H S L
Decimal 14 150 91 0.91 0 0.39 0.41 153.97 0.83 0.32
Hex E 96 5B 5B 0 27 29 9A 53 20
Octal 16 226 133 133 0 47 51 232 123 40
Binary 1110 10010110 1011011 1011011 0 100111 101001 10011010 1010011 100000

Color Harmonies of #0E965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E965B

Black with #0E965B

Text Example


Text Example

White with #0E965B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,150,91); }

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

background-color css

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

 a { background-color: rgb(14,150,91); }

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

border-color css

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

 span { border-color: rgb(14,150,91); }

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