Html Css Color HEX #0C9465 Shamrock Green

📋 copy color: '#0C9465'

red 12 ◦ green 148 ◦ blue 101

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

Shades of Shamrock Green #0C9465

Tints of Shamrock Green #0C9465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.7%

R = 4.6%
G = 56.7%
B = 38.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#0C9465 (or 0x0C9465) is known color: Shamrock Green. HEX triplet: 0C, 94 and 65. RGB value is (12,148,101). Sum of RGB (Red+Green+Blue) = 12+148+101=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9465 is #F36B9A. Grayscale: #666666. Windows color (decimal): -15952795 or 6657036. OLE color: 6657036.

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

Color convert

RGB 12 148 101 -
CMYK 0.92 0 0.32 0.42
HSL 159.26º 0.85% 0.31% -
HSV(B) 159.26º 0.92% 0.58% -
XYZ 13.09 22.2 15.91 -
YUV 101.98 127.44 63.82 -
System Red Green Blue C M Y K H S L
Decimal 12 148 101 0.92 0 0.32 0.42 159.26 0.85 0.31
Hex C 94 65 5C 0 20 2A 9F 55 1F
Octal 14 224 145 134 0 40 52 237 125 37
Binary 1100 10010100 1100101 1011100 0 100000 101010 10011111 1010101 11111

Color Harmonies of #0C9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9465

Black with #0C9465

Text Example


Text Example

White with #0C9465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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