Html Css Color HEX #0B955B Shamrock Green

📋 copy color: '#0B955B'

red 11 ◦ green 149 ◦ blue 91

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

Shades of Shamrock Green #0B955B

Tints of Shamrock Green #0B955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 59.36%

 BLUE value IS 91 (35.94% from 255) = 36.25%

R = 4.38%
G = 59.36%
B = 36.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#0B955B (or 0x0B955B) is known color: Shamrock Green. HEX triplet: 0B, 95 and 5B. RGB value is (11,149,91). Sum of RGB (Red+Green+Blue) = 11+149+91=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #0B955B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B955B is #F46AA4. Grayscale: #656565. Windows color (decimal): -16018085 or 6001931. OLE color: 6001931.

HSL color Cylindrical-coordinate representation of color #0B955B: hue angle of 154.78º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B955B is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 149 91 -
CMYK 0.93 0 0.39 0.42
HSL 154.78º 0.86% 0.31% -
HSV(B) 154.78º 0.93% 0.58% -
XYZ 12.77 22.32 13.53 -
YUV 101.13 122.28 63.72 -
System Red Green Blue C M Y K H S L
Decimal 11 149 91 0.93 0 0.39 0.42 154.78 0.86 0.31
Hex B 95 5B 5D 0 27 2A 9B 56 1F
Octal 13 225 133 135 0 47 52 233 126 37
Binary 1011 10010101 1011011 1011101 0 100111 101010 10011011 1010110 11111

Color Harmonies of #0B955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B955B

Black with #0B955B

Text Example


Text Example

White with #0B955B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,149,91); }

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

background-color css

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

 a { background-color: rgb(11,149,91); }

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

border-color css

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

 span { border-color: rgb(11,149,91); }

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