Html Css Color HEX #0BD062 Malachite

📋 copy color: '#0BD062'

red 11 ◦ green 208 ◦ blue 98

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

Shades of Malachite #0BD062

Tints of Malachite #0BD062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 3.47%
G = 65.62%
B = 30.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#0BD062 (or 0x0BD062) is known color: Malachite. HEX triplet: 0B, D0 and 62. RGB value is (11,208,98). Sum of RGB (Red+Green+Blue) = 11+208+98=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 208 (81.64% from 255 or 65.62% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 208 - color contains mainly: green. Hex color #0BD062 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD062 is #F42F9D. Grayscale: #888888. Windows color (decimal): -16002974 or 6475787. OLE color: 6475787.

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

Color convert

RGB 11 208 98 -
CMYK 0.95 0 0.53 0.18
HSL 146.5º 0.9% 0.43% -
HSV(B) 146.5º 0.95% 0.82% -
XYZ 24.9 46.06 19.13 -
YUV 136.56 106.23 38.44 -
System Red Green Blue C M Y K H S L
Decimal 11 208 98 0.95 0 0.53 0.18 146.5 0.9 0.43
Hex B D0 62 5F 0 35 12 92 5A 2B
Octal 13 320 142 137 0 65 22 222 132 53
Binary 1011 11010000 1100010 1011111 0 110101 10010 10010010 1011010 101011

Color Harmonies of #0BD062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD062

Black with #0BD062

Text Example


Text Example

White with #0BD062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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