Html Css Color HEX #0C9C68 Shamrock Green

📋 copy color: '#0C9C68'

red 12 ◦ green 156 ◦ blue 104

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

Shades of Shamrock Green #0C9C68

Tints of Shamrock Green #0C9C68

RGB

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

 GREEN value IS 156 (61.33% from 255) = 57.35%

 BLUE value IS 104 (41.02% from 255) = 38.24%

R = 4.41%
G = 57.35%
B = 38.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#0C9C68 (or 0x0C9C68) is known color: Shamrock Green. HEX triplet: 0C, 9C and 68. RGB value is (12,156,104). Sum of RGB (Red+Green+Blue) = 12+156+104=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 156 (61.33% from 255 or 57.35% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 156 - color contains mainly: green. Hex color #0C9C68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9C68 is #F36397. Grayscale: #6B6B6B. Windows color (decimal): -15950744 or 6855692. OLE color: 6855692.

HSL color Cylindrical-coordinate representation of color #0C9C68: hue angle of 158.33º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9C68 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 156 104 -
CMYK 0.92 0 0.33 0.39
HSL 158.33º 0.86% 0.33% -
HSV(B) 158.33º 0.92% 0.61% -
XYZ 14.54 24.85 17.13 -
YUV 107.02 126.29 60.23 -
System Red Green Blue C M Y K H S L
Decimal 12 156 104 0.92 0 0.33 0.39 158.33 0.86 0.33
Hex C 9C 68 5C 0 21 27 9E 56 21
Octal 14 234 150 134 0 41 47 236 126 41
Binary 1100 10011100 1101000 1011100 0 100001 100111 10011110 1010110 100001

Color Harmonies of #0C9C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9C68

Black with #0C9C68

Text Example


Text Example

White with #0C9C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,156,104); }

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

background-color css

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

 a { background-color: rgb(12,156,104); }

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

border-color css

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

 span { border-color: rgb(12,156,104); }

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