#0BA85E

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

Shades of Shamrock Green #0BA85E

Tints of Shamrock Green #0BA85E

Color information

#0BA85E (or 0x0BA85E) is unknown color: approx Shamrock Green. HEX triplet: 0B, A8 and 5E. RGB value is (11,168,94). Sum of RGB (Red+Green+Blue) = 11+168+94=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 168 (66.02% from 255 or 61.54% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 168 - color contains mainly: green. Hex color #0BA85E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA85E is #F457A1. Grayscale: #707070. Windows color (decimal): -16013218 or 6203403. OLE color: 6203403.

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

Color convert

RGB1116894-
CMYK0.9300.440.34
HSL151.72º87.71%35.1%-
HSV(B)151.72º93.45%65.88%-
XYZ16.1628.8815.31-
YUV112.62117.4955.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.03%
GREEN value IS 168 (66.02% from 255) = 61.54%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=4.03%
G=61.54%
B=34.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11168940.9300.440.34151.7287.7135.1
HexBA85E5D02C22985823
Octal132501361350544223013043
Binary101110101000101111010111010101100100010100110001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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