#0C9B68

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

Shades of Shamrock Green #0C9B68

Tints of Shamrock Green #0C9B68

Color information

#0C9B68 (or 0x0C9B68) is unknown color: approx Shamrock Green. HEX triplet: 0C, 9B and 68. RGB value is (12,155,104). Sum of RGB (Red+Green+Blue) = 12+155+104=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 155 (60.94% from 255 or 57.20% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 155 - color contains mainly: green. Hex color #0C9B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9B68 is #F36497. Grayscale: #6A6A6A. Windows color (decimal): -15951000 or 6855436. OLE color: 6855436.

HSL color Cylindrical-coordinate representation of color #0C9B68: hue angle of 158.6º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9B68 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB12155104-
CMYK0.9200.330.39
HSL158.6º85.63%32.75%-
HSV(B)158.6º92.26%60.78%-
XYZ14.3724.5217.07-
YUV106.43126.6260.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.43%
GREEN value IS 155 (60.94% from 255) = 57.20%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=4.43%
G=57.20%
B=38.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121551040.9200.330.39158.685.6332.75
HexC9B685C021279f5621
Octal142331501340414723712641
Binary110010011011110100010111000100001100111100111111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,155,104); }

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

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

 a { background-color: rgb(12,155,104); }

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

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

 span { border-color: rgb(12,155,104); }

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