Html Css Color HEX #0BD048 Malachite

📋 copy color: '#0BD048'

red 11 ◦ green 208 ◦ blue 72

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

Shades of Malachite #0BD048

Tints of Malachite #0BD048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 3.78%
G = 71.48%
B = 24.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#0BD048 (or 0x0BD048) is known color: Malachite. HEX triplet: 0B, D0 and 48. RGB value is (11,208,72). Sum of RGB (Red+Green+Blue) = 11+208+72=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 208 (81.64% from 255 or 71.48% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 208 - color contains mainly: green. Hex color #0BD048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD048 is #F42FB7. Grayscale: #858585. Windows color (decimal): -16003000 or 4771851. OLE color: 4771851.

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

Color convert

RGB 11 208 72 -
CMYK 0.95 0 0.65 0.18
HSL 138.58º 0.9% 0.43% -
HSV(B) 138.58º 0.95% 0.82% -
XYZ 23.86 45.65 13.68 -
YUV 133.59 93.23 40.56 -
System Red Green Blue C M Y K H S L
Decimal 11 208 72 0.95 0 0.65 0.18 138.58 0.9 0.43
Hex B D0 48 5F 0 41 12 8B 5A 2B
Octal 13 320 110 137 0 101 22 213 132 53
Binary 1011 11010000 1001000 1011111 0 1000001 10010 10001011 1011010 101011

Color Harmonies of #0BD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD048

Black with #0BD048

Text Example


Text Example

White with #0BD048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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