Html Css Color HEX #0C9663 Shamrock Green

📋 copy color: '#0C9663'

red 12 ◦ green 150 ◦ blue 99

#0C9663
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #0C9663

Tints of Shamrock Green #0C9663

RGB

 RED value IS 12 (5.08% from 255) = 4.6%

 GREEN value IS 150 (58.98% from 255) = 57.47%

 BLUE value IS 99 (39.06% from 255) = 37.93%

R = 4.6%
G = 57.47%
B = 37.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#0C9663 (or 0x0C9663) is known color: Shamrock Green. HEX triplet: 0C, 96 and 63. RGB value is (12,150,99). Sum of RGB (Red+Green+Blue) = 12+150+99=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #0C9663 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9663 is #F3699C. Grayscale: #666666. Windows color (decimal): -15952285 or 6526476. OLE color: 6526476.

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

Color convert

RGB 12 150 99 -
CMYK 0.92 0 0.34 0.41
HSL 157.83º 0.85% 0.32% -
HSV(B) 157.83º 0.92% 0.59% -
XYZ 13.31 22.79 15.5 -
YUV 102.92 125.78 63.15 -
System Red Green Blue C M Y K H S L
Decimal 12 150 99 0.92 0 0.34 0.41 157.83 0.85 0.32
Hex C 96 63 5C 0 22 29 9E 55 20
Octal 14 226 143 134 0 42 51 236 125 40
Binary 1100 10010110 1100011 1011100 0 100010 101001 10011110 1010101 100000

Color Harmonies of #0C9663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9663

Black with #0C9663

Text Example


Text Example

White with #0C9663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,150,99); }

 H1.HeaderClassName
 {
   color: #0C9663;
 }
 .AnyTagClassName
 {
   color: #0C9663;
 }
</style>

background-color css

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

 a { background-color: rgb(12,150,99); }

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

border-color css

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

 span { border-color: rgb(12,150,99); }

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