Html Css Color HEX #0C975E Shamrock Green

📋 copy color: '#0C975E'

red 12 ◦ green 151 ◦ blue 94

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

Shades of Shamrock Green #0C975E

Tints of Shamrock Green #0C975E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 58.75%

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 4.67%
G = 58.75%
B = 36.58%

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

#0C975E (or 0x0C975E) is known color: Shamrock Green. HEX triplet: 0C, 97 and 5E. RGB value is (12,151,94). Sum of RGB (Red+Green+Blue) = 12+151+94=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 151 (59.38% from 255 or 58.75% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 151 - color contains mainly: green. Hex color #0C975E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C975E is #F368A1. Grayscale: #676767. Windows color (decimal): -15952034 or 6199052. OLE color: 6199052.

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

Color convert

RGB 12 151 94 -
CMYK 0.92 0 0.38 0.41
HSL 155.4º 0.85% 0.32% -
HSV(B) 155.4º 0.92% 0.59% -
XYZ 13.24 23.02 14.34 -
YUV 102.94 122.95 63.13 -
System Red Green Blue C M Y K H S L
Decimal 12 151 94 0.92 0 0.38 0.41 155.4 0.85 0.32
Hex C 97 5E 5C 0 26 29 9B 55 20
Octal 14 227 136 134 0 46 51 233 125 40
Binary 1100 10010111 1011110 1011100 0 100110 101001 10011011 1010101 100000

Color Harmonies of #0C975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C975E

Black with #0C975E

Text Example


Text Example

White with #0C975E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,151,94); }

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

background-color css

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

 a { background-color: rgb(12,151,94); }

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

border-color css

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

 span { border-color: rgb(12,151,94); }

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