Html Css Color HEX #0B9263 Shamrock Green

📋 copy color: '#0B9263'

red 11 ◦ green 146 ◦ blue 99

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

Shades of Shamrock Green #0B9263

Tints of Shamrock Green #0B9263

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.03%

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 4.3%
G = 57.03%
B = 38.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#0B9263 (or 0x0B9263) is known color: Shamrock Green. HEX triplet: 0B, 92 and 63. RGB value is (11,146,99). Sum of RGB (Red+Green+Blue) = 11+146+99=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #0B9263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9263 is #F46D9C. Grayscale: #646464. Windows color (decimal): -16018845 or 6525451. OLE color: 6525451.

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

Color convert

RGB 11 146 99 -
CMYK 0.92 0 0.32 0.43
HSL 159.11º 0.86% 0.31% -
HSV(B) 159.11º 0.92% 0.57% -
XYZ 12.67 21.53 15.29 -
YUV 100.28 127.27 64.32 -
System Red Green Blue C M Y K H S L
Decimal 11 146 99 0.92 0 0.32 0.43 159.11 0.86 0.31
Hex B 92 63 5C 0 20 2B 9F 56 1F
Octal 13 222 143 134 0 40 53 237 126 37
Binary 1011 10010010 1100011 1011100 0 100000 101011 10011111 1010110 11111

Color Harmonies of #0B9263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9263

Black with #0B9263

Text Example


Text Example

White with #0B9263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,146,99); }

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

background-color css

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

 a { background-color: rgb(11,146,99); }

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

border-color css

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

 span { border-color: rgb(11,146,99); }

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