Html Css Color HEX #0BD046 Malachite

📋 copy color: '#0BD046'

red 11 ◦ green 208 ◦ blue 70

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

Shades of Malachite #0BD046

Tints of Malachite #0BD046

RGB

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

 GREEN value IS 208 (81.64% from 255) = 71.97%

 BLUE value IS 70 (27.73% from 255) = 24.22%

R = 3.81%
G = 71.97%
B = 24.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#0BD046 (or 0x0BD046) is known color: Malachite. HEX triplet: 0B, D0 and 46. RGB value is (11,208,70). Sum of RGB (Red+Green+Blue) = 11+208+70=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 208 (81.64% from 255 or 71.97% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 208 - color contains mainly: green. Hex color #0BD046 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD046 is #F42FB9. Grayscale: #858585. Windows color (decimal): -16003002 or 4640779. OLE color: 4640779.

HSL color Cylindrical-coordinate representation of color #0BD046: hue angle of 137.97º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD046 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 11 208 70 -
CMYK 0.95 0 0.66 0.18
HSL 137.97º 0.9% 0.43% -
HSV(B) 137.97º 0.95% 0.82% -
XYZ 23.8 45.63 13.35 -
YUV 133.37 92.23 40.72 -
System Red Green Blue C M Y K H S L
Decimal 11 208 70 0.95 0 0.66 0.18 137.97 0.9 0.43
Hex B D0 46 5F 0 42 12 8A 5A 2B
Octal 13 320 106 137 0 102 22 212 132 53
Binary 1011 11010000 1000110 1011111 0 1000010 10010 10001010 1011010 101011

Color Harmonies of #0BD046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD046

Black with #0BD046

Text Example


Text Example

White with #0BD046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,208,70); }

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

background-color css

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

 a { background-color: rgb(11,208,70); }

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

border-color css

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

 span { border-color: rgb(11,208,70); }

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