Html Css Color HEX #0C8F59 Shamrock Green

📋 copy color: '#0C8F59'

red 12 ◦ green 143 ◦ blue 89

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

Shades of Shamrock Green #0C8F59

Tints of Shamrock Green #0C8F59

RGB

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

 GREEN value IS 143 (56.25% from 255) = 58.61%

 BLUE value IS 89 (35.16% from 255) = 36.48%

R = 4.92%
G = 58.61%
B = 36.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#0C8F59 (or 0x0C8F59) is known color: Shamrock Green. HEX triplet: 0C, 8F and 59. RGB value is (12,143,89). Sum of RGB (Red+Green+Blue) = 12+143+89=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 143 (56.25% from 255 or 58.61% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8F59 is #F370A6. Grayscale: #616161. Windows color (decimal): -15954087 or 5869324. OLE color: 5869324.

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

Color convert

RGB 12 143 89 -
CMYK 0.92 0 0.38 0.44
HSL 155.27º 0.85% 0.3% -
HSV(B) 155.27º 0.92% 0.56% -
XYZ 11.78 20.44 12.78 -
YUV 97.68 123.1 66.89 -
System Red Green Blue C M Y K H S L
Decimal 12 143 89 0.92 0 0.38 0.44 155.27 0.85 0.3
Hex C 8F 59 5C 0 26 2C 9B 55 1E
Octal 14 217 131 134 0 46 54 233 125 36
Binary 1100 10001111 1011001 1011100 0 100110 101100 10011011 1010101 11110

Color Harmonies of #0C8F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8F59

Black with #0C8F59

Text Example


Text Example

White with #0C8F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,143,89); }

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

background-color css

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

 a { background-color: rgb(12,143,89); }

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

border-color css

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

 span { border-color: rgb(12,143,89); }

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