Html Css Color HEX #0B9656 Shamrock Green

📋 copy color: '#0B9656'

red 11 ◦ green 150 ◦ blue 86

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

Shades of Shamrock Green #0B9656

Tints of Shamrock Green #0B9656

RGB

 RED value IS 11 (4.69% from 255) = 4.45%

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

 BLUE value IS 86 (33.98% from 255) = 34.82%

R = 4.45%
G = 60.73%
B = 34.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#0B9656 (or 0x0B9656) is known color: Shamrock Green. HEX triplet: 0B, 96 and 56. RGB value is (11,150,86). Sum of RGB (Red+Green+Blue) = 11+150+86=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 150 (58.98% from 255 or 60.73% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9656 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9656 is #F469A9. Grayscale: #656565. Windows color (decimal): -16017834 or 5674507. OLE color: 5674507.

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

Color convert

RGB 11 150 86 -
CMYK 0.93 0 0.43 0.41
HSL 152.37º 0.86% 0.32% -
HSV(B) 152.37º 0.93% 0.59% -
XYZ 12.72 22.56 12.49 -
YUV 101.14 119.45 63.7 -
System Red Green Blue C M Y K H S L
Decimal 11 150 86 0.93 0 0.43 0.41 152.37 0.86 0.32
Hex B 96 56 5D 0 2B 29 98 56 20
Octal 13 226 126 135 0 53 51 230 126 40
Binary 1011 10010110 1010110 1011101 0 101011 101001 10011000 1010110 100000

Color Harmonies of #0B9656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9656

Black with #0B9656

Text Example


Text Example

White with #0B9656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,150,86); }

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

background-color css

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

 a { background-color: rgb(11,150,86); }

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

border-color css

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

 span { border-color: rgb(11,150,86); }

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