#0E9F69

Color #0E9F69 Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #0E9F69

Tints of Shamrock Green #0E9F69

Color information

#0E9F69 (or 0x0E9F69) is unknown color: approx Shamrock Green. HEX triplet: 0E, 9F and 69. RGB value is (14,159,105). Sum of RGB (Red+Green+Blue) = 14+159+105=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 159 (62.5% from 255 or 57.19% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9F69 is #F16096. Grayscale: #6D6D6D. Windows color (decimal): -15818903 or 6921998. OLE color: 6921998.

HSL color Cylindrical-coordinate representation of color #0E9F69: hue angle of 157.66º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9F69 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB14159105-
CMYK0.9100.340.38
HSL157.66º83.82%33.92%-
HSV(B)157.66º91.19%62.35%-
XYZ15.1325.9117.57-
YUV109.49125.4659.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.04%
GREEN value IS 159 (62.5% from 255) = 57.19%
BLUE value IS 105 (41.41% from 255) = 37.77%
R=5.04%
G=57.19%
B=37.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141591050.9100.340.38157.6683.8233.92
HexE9F695B022269e5422
Octal162371511330424623612442
Binary111010011111110100110110110100010100110100111101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,159,105); }

 H1.HeaderClassName
 {
   color: #0E9F69;
 }
 .AnyTagClassName
 {
   color: #0E9F69;
 }
</style>
background-color css

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

 a { background-color: rgb(14,159,105); }

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

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

 span { border-color: rgb(14,159,105); }

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