Html Css Color HEX #0C995C Shamrock Green

📋 copy color: '#0C995C'

red 12 ◦ green 153 ◦ blue 92

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

Shades of Shamrock Green #0C995C

Tints of Shamrock Green #0C995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 59.53%

 BLUE value IS 92 (36.33% from 255) = 35.8%

R = 4.67%
G = 59.53%
B = 35.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#0C995C (or 0x0C995C) is known color: Shamrock Green. HEX triplet: 0C, 99 and 5C. RGB value is (12,153,92). Sum of RGB (Red+Green+Blue) = 12+153+92=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 153 (60.16% from 255 or 59.53% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 153 - color contains mainly: green. Hex color #0C995C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C995C is #F366A3. Grayscale: #676767. Windows color (decimal): -15951524 or 6068492. OLE color: 6068492.

HSL color Cylindrical-coordinate representation of color #0C995C: hue angle of 154.04º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C995C is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 153 92 -
CMYK 0.92 0 0.40 0.4
HSL 154.04º 0.85% 0.32% -
HSV(B) 154.04º 0.92% 0.6% -
XYZ 13.47 23.63 13.98 -
YUV 103.89 121.29 62.46 -
System Red Green Blue C M Y K H S L
Decimal 12 153 92 0.92 0 0.40 0.4 154.04 0.85 0.32
Hex C 99 5C 5C 0 28 28 9A 55 20
Octal 14 231 134 134 0 50 50 232 125 40
Binary 1100 10011001 1011100 1011100 0 101000 101000 10011010 1010101 100000

Color Harmonies of #0C995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C995C

Black with #0C995C

Text Example


Text Example

White with #0C995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,153,92); }

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

background-color css

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

 a { background-color: rgb(12,153,92); }

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

border-color css

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

 span { border-color: rgb(12,153,92); }

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