Html Css Color HEX #0C9864 Shamrock Green

📋 copy color: '#0C9864'

red 12 ◦ green 152 ◦ blue 100

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

Shades of Shamrock Green #0C9864

Tints of Shamrock Green #0C9864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.88%

R = 4.55%
G = 57.58%
B = 37.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#0C9864 (or 0x0C9864) is known color: Shamrock Green. HEX triplet: 0C, 98 and 64. RGB value is (12,152,100). Sum of RGB (Red+Green+Blue) = 12+152+100=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #0C9864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9864 is #F3679B. Grayscale: #686868. Windows color (decimal): -15951772 or 6592524. OLE color: 6592524.

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

Color convert

RGB 12 152 100 -
CMYK 0.92 0 0.34 0.40
HSL 157.71º 0.85% 0.32% -
HSV(B) 157.71º 0.92% 0.6% -
XYZ 13.68 23.45 15.86 -
YUV 104.21 125.62 62.23 -
System Red Green Blue C M Y K H S L
Decimal 12 152 100 0.92 0 0.34 0.40 157.71 0.85 0.32
Hex C 98 64 5C 0 22 28 9E 55 20
Octal 14 230 144 134 0 42 50 236 125 40
Binary 1100 10011000 1100100 1011100 0 100010 101000 10011110 1010101 100000

Color Harmonies of #0C9864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9864

Black with #0C9864

Text Example


Text Example

White with #0C9864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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