#0C9558

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

Shades of Shamrock Green #0C9558

Tints of Shamrock Green #0C9558

Color information

#0C9558 (or 0x0C9558) is unknown color: approx Shamrock Green. HEX triplet: 0C, 95 and 58. RGB value is (12,149,88). Sum of RGB (Red+Green+Blue) = 12+149+88=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9558 is #F36AA7. Grayscale: #656565. Windows color (decimal): -15952552 or 5805324. OLE color: 5805324.

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

Color convert

RGB1214988-
CMYK0.9200.410.42
HSL153.28º85.09%31.57%-
HSV(B)153.28º91.95%58.43%-
XYZ12.6622.2812.87-
YUV101.08120.6164.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.82%
GREEN value IS 149 (58.59% from 255) = 59.84%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=4.82%
G=59.84%
B=35.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12149880.9200.410.42153.2885.0931.57
HexC95585C0292A995520
Octal142251301340515223112540
Binary110010010101101100010111000101001101010100110011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,149,88); }

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

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

 a { background-color: rgb(12,149,88); }

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

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

 span { border-color: rgb(12,149,88); }

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