Html Css Color HEX #0C9460 Shamrock Green

📋 copy color: '#0C9460'

red 12 ◦ green 148 ◦ blue 96

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

Shades of Shamrock Green #0C9460

Tints of Shamrock Green #0C9460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.81%

 BLUE value IS 96 (37.89% from 255) = 37.5%

R = 4.69%
G = 57.81%
B = 37.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#0C9460 (or 0x0C9460) is known color: Shamrock Green. HEX triplet: 0C, 94 and 60. RGB value is (12,148,96). Sum of RGB (Red+Green+Blue) = 12+148+96=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9460 is #F36B9F. Grayscale: #656565. Windows color (decimal): -15952800 or 6329356. OLE color: 6329356.

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

Color convert

RGB 12 148 96 -
CMYK 0.92 0 0.35 0.42
HSL 157.06º 0.85% 0.31% -
HSV(B) 157.06º 0.92% 0.58% -
XYZ 12.85 22.1 14.66 -
YUV 101.41 124.94 64.23 -
System Red Green Blue C M Y K H S L
Decimal 12 148 96 0.92 0 0.35 0.42 157.06 0.85 0.31
Hex C 94 60 5C 0 23 2A 9D 55 1F
Octal 14 224 140 134 0 43 52 235 125 37
Binary 1100 10010100 1100000 1011100 0 100011 101010 10011101 1010101 11111

Color Harmonies of #0C9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9460

Black with #0C9460

Text Example


Text Example

White with #0C9460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,148,96); }

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

background-color css

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

 a { background-color: rgb(12,148,96); }

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

border-color css

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

 span { border-color: rgb(12,148,96); }

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