#0D9254

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

Shades of Shamrock Green #0D9254

Tints of Shamrock Green #0D9254

Color information

#0D9254 (or 0x0D9254) is unknown color: approx Shamrock Green. HEX triplet: 0D, 92 and 54. RGB value is (13,146,84). Sum of RGB (Red+Green+Blue) = 13+146+84=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9254 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9254 is #F26DAB. Grayscale: #636363. Windows color (decimal): -15887788 or 5542413. OLE color: 5542413.

HSL color Cylindrical-coordinate representation of color #0D9254: hue angle of 152.03º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9254 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB1314684-
CMYK0.9100.420.43
HSL152.03º83.65%31.18%-
HSV(B)152.03º91.1%57.25%-
XYZ12.0521.2811.86-
YUV99.16119.4466.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.35%
GREEN value IS 146 (57.42% from 255) = 60.08%
BLUE value IS 84 (33.20% from 255) = 34.57%
R=5.35%
G=60.08%
B=34.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13146840.9100.420.43152.0383.6531.18
HexD92545B02A2B98541f
Octal152221241330525323012437
Binary11011001001010101001011011010101010101110011000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,146,84); }

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

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

 a { background-color: rgb(13,146,84); }

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

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

 span { border-color: rgb(13,146,84); }

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