Html Css Color HEX #0E9256 Shamrock Green

📋 copy color: '#0E9256'

red 14 ◦ green 146 ◦ blue 86

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

Shades of Shamrock Green #0E9256

Tints of Shamrock Green #0E9256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.96%

R = 5.69%
G = 59.35%
B = 34.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#0E9256 (or 0x0E9256) is known color: Shamrock Green. HEX triplet: 0E, 92 and 56. RGB value is (14,146,86). Sum of RGB (Red+Green+Blue) = 14+146+86=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9256 is #F16DA9. Grayscale: #636363. Windows color (decimal): -15822250 or 5673486. OLE color: 5673486.

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

Color convert

RGB 14 146 86 -
CMYK 0.90 0 0.41 0.43
HSL 152.73º 0.83% 0.31% -
HSV(B) 152.73º 0.9% 0.57% -
XYZ 12.14 21.32 12.28 -
YUV 99.69 120.27 66.88 -
System Red Green Blue C M Y K H S L
Decimal 14 146 86 0.90 0 0.41 0.43 152.73 0.83 0.31
Hex E 92 56 5A 0 29 2B 99 52 1F
Octal 16 222 126 132 0 51 53 231 122 37
Binary 1110 10010010 1010110 1011010 0 101001 101011 10011001 1010010 11111

Color Harmonies of #0E9256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9256

Black with #0E9256

Text Example


Text Example

White with #0E9256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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