Html Css Color HEX #0C8E55 Shamrock Green

📋 copy color: '#0C8E55'

red 12 ◦ green 142 ◦ blue 85

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

Shades of Shamrock Green #0C8E55

Tints of Shamrock Green #0C8E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 5.02%
G = 59.41%
B = 35.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#0C8E55 (or 0x0C8E55) is known color: Shamrock Green. HEX triplet: 0C, 8E and 55. RGB value is (12,142,85). Sum of RGB (Red+Green+Blue) = 12+142+85=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 142 (55.86% from 255 or 59.41% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8E55 is #F371AA. Grayscale: #606060. Windows color (decimal): -15954347 or 5606924. OLE color: 5606924.

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

Color convert

RGB 12 142 85 -
CMYK 0.92 0 0.40 0.44
HSL 153.69º 0.84% 0.3% -
HSV(B) 153.69º 0.92% 0.56% -
XYZ 11.46 20.08 11.87 -
YUV 96.63 121.43 67.63 -
System Red Green Blue C M Y K H S L
Decimal 12 142 85 0.92 0 0.40 0.44 153.69 0.84 0.3
Hex C 8E 55 5C 0 28 2C 9A 54 1E
Octal 14 216 125 134 0 50 54 232 124 36
Binary 1100 10001110 1010101 1011100 0 101000 101100 10011010 1010100 11110

Color Harmonies of #0C8E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8E55

Black with #0C8E55

Text Example


Text Example

White with #0C8E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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