Html Css Color HEX #0C965D Shamrock Green

📋 copy color: '#0C965D'

red 12 ◦ green 150 ◦ blue 93

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

Shades of Shamrock Green #0C965D

Tints of Shamrock Green #0C965D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.47%

R = 4.71%
G = 58.82%
B = 36.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#0C965D (or 0x0C965D) is known color: Shamrock Green. HEX triplet: 0C, 96 and 5D. RGB value is (12,150,93). Sum of RGB (Red+Green+Blue) = 12+150+93=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #0C965D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C965D is #F369A2. Grayscale: #666666. Windows color (decimal): -15952291 or 6133260. OLE color: 6133260.

HSL color Cylindrical-coordinate representation of color #0C965D: hue angle of 155.22º 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 #0C965D is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 12 150 93 -
CMYK 0.92 0 0.38 0.41
HSL 155.22º 0.85% 0.32% -
HSV(B) 155.22º 0.92% 0.59% -
XYZ 13.03 22.68 14.05 -
YUV 102.24 122.78 63.63 -
System Red Green Blue C M Y K H S L
Decimal 12 150 93 0.92 0 0.38 0.41 155.22 0.85 0.32
Hex C 96 5D 5C 0 26 29 9B 55 20
Octal 14 226 135 134 0 46 51 233 125 40
Binary 1100 10010110 1011101 1011100 0 100110 101001 10011011 1010101 100000

Color Harmonies of #0C965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C965D

Black with #0C965D

Text Example


Text Example

White with #0C965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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