Html Css Color HEX #0B9B5E Shamrock Green

📋 copy color: '#0B9B5E'

red 11 ◦ green 155 ◦ blue 94

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

Shades of Shamrock Green #0B9B5E

Tints of Shamrock Green #0B9B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 4.23%
G = 59.62%
B = 36.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#0B9B5E (or 0x0B9B5E) is known color: Shamrock Green. HEX triplet: 0B, 9B and 5E. RGB value is (11,155,94). Sum of RGB (Red+Green+Blue) = 11+155+94=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 155 (60.94% from 255 or 59.62% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9B5E is #F464A1. Grayscale: #696969. Windows color (decimal): -16016546 or 6200075. OLE color: 6200075.

HSL color Cylindrical-coordinate representation of color #0B9B5E: hue angle of 154.58º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9B5E is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 11 155 94 -
CMYK 0.93 0 0.39 0.39
HSL 154.58º 0.87% 0.33% -
HSV(B) 154.58º 0.93% 0.61% -
XYZ 13.88 24.32 14.55 -
YUV 104.99 121.79 60.96 -
System Red Green Blue C M Y K H S L
Decimal 11 155 94 0.93 0 0.39 0.39 154.58 0.87 0.33
Hex B 9B 5E 5D 0 27 27 9B 57 21
Octal 13 233 136 135 0 47 47 233 127 41
Binary 1011 10011011 1011110 1011101 0 100111 100111 10011011 1010111 100001

Color Harmonies of #0B9B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9B5E

Black with #0B9B5E

Text Example


Text Example

White with #0B9B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,155,94); }

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

background-color css

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

 a { background-color: rgb(11,155,94); }

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

border-color css

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

 span { border-color: rgb(11,155,94); }

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