Html Css Color HEX #0BDF6A Malachite

📋 copy color: '#0BDF6A'

red 11 ◦ green 223 ◦ blue 106

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

Shades of Malachite #0BDF6A

Tints of Malachite #0BDF6A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 65.59%

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 3.24%
G = 65.59%
B = 31.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#0BDF6A (or 0x0BDF6A) is known color: Malachite. HEX triplet: 0B, DF and 6A. RGB value is (11,223,106). Sum of RGB (Red+Green+Blue) = 11+223+106=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 223 (87.5% from 255 or 65.59% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDF6A is #F42095. Grayscale: #929292. Windows color (decimal): -15999126 or 7003915. OLE color: 7003915.

HSL color Cylindrical-coordinate representation of color #0BDF6A: hue angle of 146.89º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDF6A is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 223 106 -
CMYK 0.95 0 0.52 0.13
HSL 146.89º 0.91% 0.46% -
HSV(B) 146.89º 0.95% 0.87% -
XYZ 29.13 53.89 22.5 -
YUV 146.27 105.26 31.51 -
System Red Green Blue C M Y K H S L
Decimal 11 223 106 0.95 0 0.52 0.13 146.89 0.91 0.46
Hex B DF 6A 5F 0 34 D 93 5B 2E
Octal 13 337 152 137 0 64 15 223 133 56
Binary 1011 11011111 1101010 1011111 0 110100 1101 10010011 1011011 101110

Color Harmonies of #0BDF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDF6A

Black with #0BDF6A

Text Example


Text Example

White with #0BDF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,223,106); }

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

background-color css

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

 a { background-color: rgb(11,223,106); }

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

border-color css

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

 span { border-color: rgb(11,223,106); }

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