#0E925C

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

Shades of Shamrock Green #0E925C

Tints of Shamrock Green #0E925C

Color information

#0E925C (or 0x0E925C) is unknown color: approx Shamrock Green. HEX triplet: 0E, 92 and 5C. RGB value is (14,146,92). Sum of RGB (Red+Green+Blue) = 14+146+92=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #0E925C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E925C is #F16DA3. Grayscale: #646464. Windows color (decimal): -15822244 or 6066702. OLE color: 6066702.

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

Color convert

RGB1414692-
CMYK0.9000.370.43
HSL155.45º82.5%31.37%-
HSV(B)155.45º90.41%57.25%-
XYZ12.3921.4213.61-
YUV100.38123.2766.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.56%
GREEN value IS 146 (57.42% from 255) = 57.94%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=5.56%
G=57.94%
B=36.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14146920.9000.370.43155.4582.531.37
HexE925C5A0252B9b521f
Octal162221341320455323312237
Binary11101001001010111001011010010010110101110011011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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