Html Css Color HEX #0C945A Shamrock Green

📋 copy color: '#0C945A'

red 12 ◦ green 148 ◦ blue 90

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

Shades of Shamrock Green #0C945A

Tints of Shamrock Green #0C945A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 59.2%

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

R = 4.8%
G = 59.2%
B = 36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#0C945A (or 0x0C945A) is known color: Shamrock Green. HEX triplet: 0C, 94 and 5A. RGB value is (12,148,90). Sum of RGB (Red+Green+Blue) = 12+148+90=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #0C945A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C945A is #F36BA5. Grayscale: #646464. Windows color (decimal): -15952806 or 5936140. OLE color: 5936140.

HSL color Cylindrical-coordinate representation of color #0C945A: hue angle of 154.41º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C945A is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 148 90 -
CMYK 0.92 0 0.39 0.42
HSL 154.41º 0.85% 0.31% -
HSV(B) 154.41º 0.92% 0.58% -
XYZ 12.59 22 13.26 -
YUV 100.72 121.94 64.72 -
System Red Green Blue C M Y K H S L
Decimal 12 148 90 0.92 0 0.39 0.42 154.41 0.85 0.31
Hex C 94 5A 5C 0 27 2A 9A 55 1F
Octal 14 224 132 134 0 47 52 232 125 37
Binary 1100 10010100 1011010 1011100 0 100111 101010 10011010 1010101 11111

Color Harmonies of #0C945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C945A

Black with #0C945A

Text Example


Text Example

White with #0C945A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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