Html Css Color HEX #0C9062 Shamrock Green

📋 copy color: '#0C9062'

red 12 ◦ green 144 ◦ blue 98

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

Shades of Shamrock Green #0C9062

Tints of Shamrock Green #0C9062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.69%

 BLUE value IS 98 (38.67% from 255) = 38.58%

R = 4.72%
G = 56.69%
B = 38.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#0C9062 (or 0x0C9062) is known color: Shamrock Green. HEX triplet: 0C, 90 and 62. RGB value is (12,144,98). Sum of RGB (Red+Green+Blue) = 12+144+98=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #0C9062 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9062 is #F36F9D. Grayscale: #636363. Windows color (decimal): -15953822 or 6459404. OLE color: 6459404.

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

Color convert

RGB 12 144 98 -
CMYK 0.92 0 0.32 0.44
HSL 159.09º 0.85% 0.31% -
HSV(B) 159.09º 0.92% 0.56% -
XYZ 12.33 20.91 14.94 -
YUV 99.29 127.27 65.74 -
System Red Green Blue C M Y K H S L
Decimal 12 144 98 0.92 0 0.32 0.44 159.09 0.85 0.31
Hex C 90 62 5C 0 20 2C 9F 55 1F
Octal 14 220 142 134 0 40 54 237 125 37
Binary 1100 10010000 1100010 1011100 0 100000 101100 10011111 1010101 11111

Color Harmonies of #0C9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9062

Black with #0C9062

Text Example


Text Example

White with #0C9062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,144,98); }

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

background-color css

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

 a { background-color: rgb(12,144,98); }

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

border-color css

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

 span { border-color: rgb(12,144,98); }

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