Html Css Color HEX #0C9163 Shamrock Green

📋 copy color: '#0C9163'

red 12 ◦ green 145 ◦ blue 99

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

Shades of Shamrock Green #0C9163

Tints of Shamrock Green #0C9163

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.64%

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

R = 4.69%
G = 56.64%
B = 38.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#0C9163 (or 0x0C9163) is known color: Shamrock Green. HEX triplet: 0C, 91 and 63. RGB value is (12,145,99). Sum of RGB (Red+Green+Blue) = 12+145+99=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #0C9163 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9163 is #F36E9C. Grayscale: #646464. Windows color (decimal): -15953565 or 6525196. OLE color: 6525196.

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

Color convert

RGB 12 145 99 -
CMYK 0.92 0 0.32 0.43
HSL 159.25º 0.85% 0.31% -
HSV(B) 159.25º 0.92% 0.57% -
XYZ 12.53 21.23 15.24 -
YUV 99.99 127.44 65.24 -
System Red Green Blue C M Y K H S L
Decimal 12 145 99 0.92 0 0.32 0.43 159.25 0.85 0.31
Hex C 91 63 5C 0 20 2B 9F 55 1F
Octal 14 221 143 134 0 40 53 237 125 37
Binary 1100 10010001 1100011 1011100 0 100000 101011 10011111 1010101 11111

Color Harmonies of #0C9163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9163

Black with #0C9163

Text Example


Text Example

White with #0C9163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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