Html Css Color HEX #0BDA5E Malachite

📋 copy color: '#0BDA5E'

red 11 ◦ green 218 ◦ blue 94

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

Shades of Malachite #0BDA5E

Tints of Malachite #0BDA5E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 67.49%

 BLUE value IS 94 (37.11% from 255) = 29.1%

R = 3.41%
G = 67.49%
B = 29.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#0BDA5E (or 0x0BDA5E) is known color: Malachite. HEX triplet: 0B, DA and 5E. RGB value is (11,218,94). Sum of RGB (Red+Green+Blue) = 11+218+94=323 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.41% from 323); Green value is 218 (85.55% from 255 or 67.49% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDA5E is #F425A1. Grayscale: #8E8E8E. Windows color (decimal): -16000418 or 6216203. OLE color: 6216203.

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

Color convert

RGB 11 218 94 -
CMYK 0.95 0 0.57 0.15
HSL 144.06º 0.9% 0.45% -
HSV(B) 144.06º 0.95% 0.85% -
XYZ 27.23 51.02 19 -
YUV 141.97 100.92 34.58 -
System Red Green Blue C M Y K H S L
Decimal 11 218 94 0.95 0 0.57 0.15 144.06 0.9 0.45
Hex B DA 5E 5F 0 39 F 90 5A 2D
Octal 13 332 136 137 0 71 17 220 132 55
Binary 1011 11011010 1011110 1011111 0 111001 1111 10010000 1011010 101101

Color Harmonies of #0BDA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDA5E

Black with #0BDA5E

Text Example


Text Example

White with #0BDA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,218,94); }

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

background-color css

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

 a { background-color: rgb(11,218,94); }

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

border-color css

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

 span { border-color: rgb(11,218,94); }

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