Html Css Color HEX #0C965A Shamrock Green

📋 copy color: '#0C965A'

red 12 ◦ green 150 ◦ blue 90

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

Shades of Shamrock Green #0C965A

Tints of Shamrock Green #0C965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 59.52%

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 4.76%
G = 59.52%
B = 35.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#0C965A (or 0x0C965A) is known color: Shamrock Green. HEX triplet: 0C, 96 and 5A. RGB value is (12,150,90). Sum of RGB (Red+Green+Blue) = 12+150+90=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #0C965A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C965A is #F369A5. Grayscale: #666666. Windows color (decimal): -15952294 or 5936652. OLE color: 5936652.

HSL color Cylindrical-coordinate representation of color #0C965A: hue angle of 153.91º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C965A is Cyan = 0.92, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 12 150 90 -
CMYK 0.92 0 0.4 0.41
HSL 153.91º 0.85% 0.32% -
HSV(B) 153.91º 0.92% 0.59% -
XYZ 12.9 22.63 13.36 -
YUV 101.9 121.28 63.88 -
System Red Green Blue C M Y K H S L
Decimal 12 150 90 0.92 0 0.4 0.41 153.91 0.85 0.32
Hex C 96 5A 5C 0 28 29 9A 55 20
Octal 14 226 132 134 0 50 51 232 125 40
Binary 1100 10010110 1011010 1011100 0 101000 101001 10011010 1010101 100000

Color Harmonies of #0C965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C965A

Black with #0C965A

Text Example


Text Example

White with #0C965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,150,90); }

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

background-color css

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

 a { background-color: rgb(12,150,90); }

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

border-color css

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

 span { border-color: rgb(12,150,90); }

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