Html Css Color HEX #0BD55A Malachite

📋 copy color: '#0BD55A'

red 11 ◦ green 213 ◦ blue 90

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

Shades of Malachite #0BD55A

Tints of Malachite #0BD55A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 67.83%

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 3.5%
G = 67.83%
B = 28.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#0BD55A (or 0x0BD55A) is known color: Malachite. HEX triplet: 0B, D5 and 5A. RGB value is (11,213,90). Sum of RGB (Red+Green+Blue) = 11+213+90=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 213 (83.59% from 255 or 67.83% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD55A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD55A is #F42AA5. Grayscale: #8A8A8A. Windows color (decimal): -16001702 or 5952779. OLE color: 5952779.

HSL color Cylindrical-coordinate representation of color #0BD55A: hue angle of 143.47º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD55A is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 213 90 -
CMYK 0.95 0 0.58 0.16
HSL 143.47º 0.9% 0.44% -
HSV(B) 143.47º 0.95% 0.84% -
XYZ 25.78 48.4 17.66 -
YUV 138.58 100.58 37 -
System Red Green Blue C M Y K H S L
Decimal 11 213 90 0.95 0 0.58 0.16 143.47 0.9 0.44
Hex B D5 5A 5F 0 3A 10 8F 5A 2C
Octal 13 325 132 137 0 72 20 217 132 54
Binary 1011 11010101 1011010 1011111 0 111010 10000 10001111 1011010 101100

Color Harmonies of #0BD55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD55A

Black with #0BD55A

Text Example


Text Example

White with #0BD55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,213,90); }

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

background-color css

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

 a { background-color: rgb(11,213,90); }

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

border-color css

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

 span { border-color: rgb(11,213,90); }

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