Html Css Color HEX #0C8E5D Shamrock Green

📋 copy color: '#0C8E5D'

red 12 ◦ green 142 ◦ blue 93

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

Shades of Shamrock Green #0C8E5D

Tints of Shamrock Green #0C8E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 57.49%

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

R = 4.86%
G = 57.49%
B = 37.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#0C8E5D (or 0x0C8E5D) is known color: Shamrock Green. HEX triplet: 0C, 8E and 5D. RGB value is (12,142,93). Sum of RGB (Red+Green+Blue) = 12+142+93=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 142 (55.86% from 255 or 57.49% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8E5D is #F371A2. Grayscale: #616161. Windows color (decimal): -15954339 or 6131212. OLE color: 6131212.

HSL color Cylindrical-coordinate representation of color #0C8E5D: hue angle of 157.38º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8E5D is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 142 93 -
CMYK 0.92 0 0.35 0.44
HSL 157.38º 0.84% 0.3% -
HSV(B) 157.38º 0.92% 0.56% -
XYZ 11.8 20.21 13.64 -
YUV 97.54 125.43 66.98 -
System Red Green Blue C M Y K H S L
Decimal 12 142 93 0.92 0 0.35 0.44 157.38 0.84 0.3
Hex C 8E 5D 5C 0 23 2C 9D 54 1E
Octal 14 216 135 134 0 43 54 235 124 36
Binary 1100 10001110 1011101 1011100 0 100011 101100 10011101 1010100 11110

Color Harmonies of #0C8E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8E5D

Black with #0C8E5D

Text Example


Text Example

White with #0C8E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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