Html Css Color HEX #0BD34C Malachite

📋 copy color: '#0BD34C'

red 11 ◦ green 211 ◦ blue 76

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

Shades of Malachite #0BD34C

Tints of Malachite #0BD34C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 70.81%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 3.69%
G = 70.81%
B = 25.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#0BD34C (or 0x0BD34C) is known color: Malachite. HEX triplet: 0B, D3 and 4C. RGB value is (11,211,76). Sum of RGB (Red+Green+Blue) = 11+211+76=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 211 (82.81% from 255 or 70.81% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD34C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD34C is #F42CB3. Grayscale: #888888. Windows color (decimal): -16002228 or 5034763. OLE color: 5034763.

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

Color convert

RGB 11 211 76 -
CMYK 0.95 0 0.64 0.17
HSL 139.5º 0.9% 0.44% -
HSV(B) 139.5º 0.95% 0.83% -
XYZ 24.74 47.18 14.64 -
YUV 135.81 94.24 38.98 -
System Red Green Blue C M Y K H S L
Decimal 11 211 76 0.95 0 0.64 0.17 139.5 0.9 0.44
Hex B D3 4C 5F 0 40 11 8C 5A 2C
Octal 13 323 114 137 0 100 21 214 132 54
Binary 1011 11010011 1001100 1011111 0 1000000 10001 10001100 1011010 101100

Color Harmonies of #0BD34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD34C

Black with #0BD34C

Text Example


Text Example

White with #0BD34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,211,76); }

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

background-color css

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

 a { background-color: rgb(11,211,76); }

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

border-color css

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

 span { border-color: rgb(11,211,76); }

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