Html Css Color HEX #0C945D Shamrock Green

📋 copy color: '#0C945D'

red 12 ◦ green 148 ◦ blue 93

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

Shades of Shamrock Green #0C945D

Tints of Shamrock Green #0C945D

RGB

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

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

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

R = 4.74%
G = 58.5%
B = 36.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#0C945D (or 0x0C945D) is known color: Shamrock Green. HEX triplet: 0C, 94 and 5D. RGB value is (12,148,93). Sum of RGB (Red+Green+Blue) = 12+148+93=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #0C945D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C945D is #F36BA2. Grayscale: #656565. Windows color (decimal): -15952803 or 6132748. OLE color: 6132748.

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

Color convert

RGB 12 148 93 -
CMYK 0.92 0 0.37 0.42
HSL 155.74º 0.85% 0.31% -
HSV(B) 155.74º 0.92% 0.58% -
XYZ 12.72 22.05 13.94 -
YUV 101.07 123.44 64.47 -
System Red Green Blue C M Y K H S L
Decimal 12 148 93 0.92 0 0.37 0.42 155.74 0.85 0.31
Hex C 94 5D 5C 0 25 2A 9C 55 1F
Octal 14 224 135 134 0 45 52 234 125 37
Binary 1100 10010100 1011101 1011100 0 100101 101010 10011100 1010101 11111

Color Harmonies of #0C945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C945D

Black with #0C945D

Text Example


Text Example

White with #0C945D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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