Html Css Color HEX #0C9B5A Shamrock Green

📋 copy color: '#0C9B5A'

red 12 ◦ green 155 ◦ blue 90

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

Shades of Shamrock Green #0C9B5A

Tints of Shamrock Green #0C9B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 60.31%

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

R = 4.67%
G = 60.31%
B = 35.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#0C9B5A (or 0x0C9B5A) is known color: Shamrock Green. HEX triplet: 0C, 9B and 5A. RGB value is (12,155,90). Sum of RGB (Red+Green+Blue) = 12+155+90=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 155 (60.94% from 255 or 60.31% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 155 - color contains mainly: green. Hex color #0C9B5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9B5A is #F364A5. Grayscale: #686868. Windows color (decimal): -15951014 or 5937932. OLE color: 5937932.

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

Color convert

RGB 12 155 90 -
CMYK 0.92 0 0.42 0.39
HSL 152.73º 0.86% 0.33% -
HSV(B) 152.73º 0.92% 0.61% -
XYZ 13.72 24.26 13.63 -
YUV 104.83 119.62 61.79 -
System Red Green Blue C M Y K H S L
Decimal 12 155 90 0.92 0 0.42 0.39 152.73 0.86 0.33
Hex C 9B 5A 5C 0 2A 27 99 56 21
Octal 14 233 132 134 0 52 47 231 126 41
Binary 1100 10011011 1011010 1011100 0 101010 100111 10011001 1010110 100001

Color Harmonies of #0C9B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9B5A

Black with #0C9B5A

Text Example


Text Example

White with #0C9B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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