#0B9A5A

Color #0B9A5A Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #0B9A5A

Tints of Shamrock Green #0B9A5A

Color information

#0B9A5A (or 0x0B9A5A) is unknown color: approx Shamrock Green. HEX triplet: 0B, 9A and 5A. RGB value is (11,154,90). Sum of RGB (Red+Green+Blue) = 11+154+90=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 154 (60.55% from 255 or 60.39% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 154 - color contains mainly: green. Hex color #0B9A5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9A5A is #F465A5. Grayscale: #686868. Windows color (decimal): -16016806 or 5937675. OLE color: 5937675.

HSL color Cylindrical-coordinate representation of color #0B9A5A: hue angle of 153.15º 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 #0B9A5A is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB1115490-
CMYK0.9300.420.40
HSL153.15º86.67%32.35%-
HSV(B)153.15º92.86%60.39%-
XYZ13.5423.9213.58-
YUV103.95120.1261.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.31%
GREEN value IS 154 (60.55% from 255) = 60.39%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=4.31%
G=60.39%
B=35.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11154900.9300.420.40153.1586.6732.35
HexB9A5A5D02A28995720
Octal132321321350525023112740
Binary101110011010101101010111010101010101000100110011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,154,90); }

 H1.HeaderClassName
 {
   color: #0B9A5A;
 }
 .AnyTagClassName
 {
   color: #0B9A5A;
 }
</style>
background-color css

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

 a { background-color: rgb(11,154,90); }

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

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

 span { border-color: rgb(11,154,90); }

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