Html Css Color HEX #0B995C Shamrock Green

📋 copy color: '#0B995C'

red 11 ◦ green 153 ◦ blue 92

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

Shades of Shamrock Green #0B995C

Tints of Shamrock Green #0B995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 59.77%

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 4.3%
G = 59.77%
B = 35.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#0B995C (or 0x0B995C) is known color: Shamrock Green. HEX triplet: 0B, 99 and 5C. RGB value is (11,153,92). Sum of RGB (Red+Green+Blue) = 11+153+92=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 153 (60.16% from 255 or 59.77% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 153 - color contains mainly: green. Hex color #0B995C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B995C is #F466A3. Grayscale: #676767. Windows color (decimal): -16017060 or 6068491. OLE color: 6068491.

HSL color Cylindrical-coordinate representation of color #0B995C: hue angle of 154.23º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B995C is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 11 153 92 -
CMYK 0.93 0 0.40 0.4
HSL 154.23º 0.87% 0.32% -
HSV(B) 154.23º 0.93% 0.6% -
XYZ 13.46 23.63 13.98 -
YUV 103.59 121.46 61.96 -
System Red Green Blue C M Y K H S L
Decimal 11 153 92 0.93 0 0.40 0.4 154.23 0.87 0.32
Hex B 99 5C 5D 0 28 28 9A 57 20
Octal 13 231 134 135 0 50 50 232 127 40
Binary 1011 10011001 1011100 1011101 0 101000 101000 10011010 1010111 100000

Color Harmonies of #0B995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B995C

Black with #0B995C

Text Example


Text Example

White with #0B995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,153,92); }

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

background-color css

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

 a { background-color: rgb(11,153,92); }

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

border-color css

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

 span { border-color: rgb(11,153,92); }

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