Html Css Color HEX #0E955B Shamrock Green

📋 copy color: '#0E955B'

red 14 ◦ green 149 ◦ blue 91

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

Shades of Shamrock Green #0E955B

Tints of Shamrock Green #0E955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.66%

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

R = 5.51%
G = 58.66%
B = 35.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#0E955B (or 0x0E955B) is known color: Shamrock Green. HEX triplet: 0E, 95 and 5B. RGB value is (14,149,91). Sum of RGB (Red+Green+Blue) = 14+149+91=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #0E955B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E955B is #F16AA4. Grayscale: #666666. Windows color (decimal): -15821477 or 6001934. OLE color: 6001934.

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

Color convert

RGB 14 149 91 -
CMYK 0.91 0 0.39 0.42
HSL 154.22º 0.83% 0.32% -
HSV(B) 154.22º 0.91% 0.58% -
XYZ 12.82 22.34 13.53 -
YUV 102.02 121.77 65.22 -
System Red Green Blue C M Y K H S L
Decimal 14 149 91 0.91 0 0.39 0.42 154.22 0.83 0.32
Hex E 95 5B 5B 0 27 2A 9A 53 20
Octal 16 225 133 133 0 47 52 232 123 40
Binary 1110 10010101 1011011 1011011 0 100111 101010 10011010 1010011 100000

Color Harmonies of #0E955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E955B

Black with #0E955B

Text Example


Text Example

White with #0E955B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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