Html Css Color HEX #0BD96C Malachite

📋 copy color: '#0BD96C'

red 11 ◦ green 217 ◦ blue 108

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

Shades of Malachite #0BD96C

Tints of Malachite #0BD96C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.58%

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 3.27%
G = 64.58%
B = 32.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#0BD96C (or 0x0BD96C) is known color: Malachite. HEX triplet: 0B, D9 and 6C. RGB value is (11,217,108). Sum of RGB (Red+Green+Blue) = 11+217+108=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 217 (85.16% from 255 or 64.58% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 217 - color contains mainly: green. Hex color #0BD96C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD96C is #F42693. Grayscale: #8F8F8F. Windows color (decimal): -16000660 or 7133451. OLE color: 7133451.

HSL color Cylindrical-coordinate representation of color #0BD96C: hue angle of 148.25º 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 #0BD96C is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 11 217 108 -
CMYK 0.95 0 0.50 0.15
HSL 148.25º 0.9% 0.45% -
HSV(B) 148.25º 0.95% 0.85% -
XYZ 27.66 50.78 22.53 -
YUV 142.98 108.25 33.86 -
System Red Green Blue C M Y K H S L
Decimal 11 217 108 0.95 0 0.50 0.15 148.25 0.9 0.45
Hex B D9 6C 5F 0 32 F 94 5A 2D
Octal 13 331 154 137 0 62 17 224 132 55
Binary 1011 11011001 1101100 1011111 0 110010 1111 10010100 1011010 101101

Color Harmonies of #0BD96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD96C

Black with #0BD96C

Text Example


Text Example

White with #0BD96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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