Html Css Color HEX #0C985F Shamrock Green

📋 copy color: '#0C985F'

red 12 ◦ green 152 ◦ blue 95

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

Shades of Shamrock Green #0C985F

Tints of Shamrock Green #0C985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 58.69%

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

R = 4.63%
G = 58.69%
B = 36.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#0C985F (or 0x0C985F) is known color: Shamrock Green. HEX triplet: 0C, 98 and 5F. RGB value is (12,152,95). Sum of RGB (Red+Green+Blue) = 12+152+95=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 152 (59.77% from 255 or 58.69% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 152 - color contains mainly: green. Hex color #0C985F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C985F is #F367A0. Grayscale: #676767. Windows color (decimal): -15951777 or 6264844. OLE color: 6264844.

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

Color convert

RGB 12 152 95 -
CMYK 0.92 0 0.38 0.40
HSL 155.57º 0.85% 0.32% -
HSV(B) 155.57º 0.92% 0.6% -
XYZ 13.45 23.36 14.63 -
YUV 103.64 123.12 62.63 -
System Red Green Blue C M Y K H S L
Decimal 12 152 95 0.92 0 0.38 0.40 155.57 0.85 0.32
Hex C 98 5F 5C 0 26 28 9C 55 20
Octal 14 230 137 134 0 46 50 234 125 40
Binary 1100 10011000 1011111 1011100 0 100110 101000 10011100 1010101 100000

Color Harmonies of #0C985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C985F

Black with #0C985F

Text Example


Text Example

White with #0C985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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