Html Css Color HEX #0C945F Shamrock Green

📋 copy color: '#0C945F'

red 12 ◦ green 148 ◦ blue 95

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

Shades of Shamrock Green #0C945F

Tints of Shamrock Green #0C945F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.25%

R = 4.71%
G = 58.04%
B = 37.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#0C945F (or 0x0C945F) is known color: Shamrock Green. HEX triplet: 0C, 94 and 5F. RGB value is (12,148,95). Sum of RGB (Red+Green+Blue) = 12+148+95=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #0C945F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C945F is #F36BA0. Grayscale: #656565. Windows color (decimal): -15952801 or 6263820. OLE color: 6263820.

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

Color convert

RGB 12 148 95 -
CMYK 0.92 0 0.36 0.42
HSL 156.62º 0.85% 0.31% -
HSV(B) 156.62º 0.92% 0.58% -
XYZ 12.81 22.08 14.41 -
YUV 101.29 124.44 64.31 -
System Red Green Blue C M Y K H S L
Decimal 12 148 95 0.92 0 0.36 0.42 156.62 0.85 0.31
Hex C 94 5F 5C 0 24 2A 9D 55 1F
Octal 14 224 137 134 0 44 52 235 125 37
Binary 1100 10010100 1011111 1011100 0 100100 101010 10011101 1010101 11111

Color Harmonies of #0C945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C945F

Black with #0C945F

Text Example


Text Example

White with #0C945F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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