#0BD95A

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

Shades of Malachite #0BD95A

Tints of Malachite #0BD95A

Color information

#0BD95A (or 0x0BD95A) is unknown color: approx Malachite. HEX triplet: 0B, D9 and 5A. RGB value is (11,217,90). Sum of RGB (Red+Green+Blue) = 11+217+90=318 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.46% from 318); Green value is 217 (85.16% from 255 or 68.24% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 217 - color contains mainly: green. Hex color #0BD95A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD95A is #F426A5. Grayscale: #8D8D8D. Windows color (decimal): -16000678 or 5953803. OLE color: 5953803.

HSL color Cylindrical-coordinate representation of color #0BD95A: hue angle of 143.01º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD95A is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB1121790-
CMYK0.9500.590.15
HSL143.01º90.35%44.71%-
HSV(B)143.01º94.93%85.1%-
XYZ26.850.4418-
YUV140.9399.2535.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.46%
GREEN value IS 217 (85.16% from 255) = 68.24%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=3.46%
G=68.24%
B=28.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11217900.9500.590.15143.0190.3544.71
HexBD95A5F03BF8f5a2d
Octal133311321370731721713255
Binary1011110110011011010101111101110111111100011111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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