#0BA85D

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

Shades of Shamrock Green #0BA85D

Tints of Shamrock Green #0BA85D

Color information

#0BA85D (or 0x0BA85D) is unknown color: approx Shamrock Green. HEX triplet: 0B, A8 and 5D. RGB value is (11,168,93). Sum of RGB (Red+Green+Blue) = 11+168+93=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 168 (66.02% from 255 or 61.76% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 168 - color contains mainly: green. Hex color #0BA85D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA85D is #F457A2. Grayscale: #707070. Windows color (decimal): -16013219 or 6137867. OLE color: 6137867.

HSL color Cylindrical-coordinate representation of color #0BA85D: hue angle of 151.34º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA85D is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1116893-
CMYK0.9300.450.34
HSL151.34º87.71%35.1%-
HSV(B)151.34º93.45%65.88%-
XYZ16.1228.8715.08-
YUV112.51116.9955.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.04%
GREEN value IS 168 (66.02% from 255) = 61.76%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=4.04%
G=61.76%
B=34.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11168930.9300.450.34151.3487.7135.1
HexBA85D5D02D22975823
Octal132501351350554222713043
Binary101110101000101110110111010101101100010100101111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,168,93); }

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

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

 a { background-color: rgb(11,168,93); }

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

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

 span { border-color: rgb(11,168,93); }

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