Html Css Color HEX #0BE84A Malachite

📋 copy color: '#0BE84A'

red 11 ◦ green 232 ◦ blue 74

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

Shades of Malachite #0BE84A

Tints of Malachite #0BE84A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 73.19%

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 3.47%
G = 73.19%
B = 23.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#0BE84A (or 0x0BE84A) is known color: Malachite. HEX triplet: 0B, E8 and 4A. RGB value is (11,232,74). Sum of RGB (Red+Green+Blue) = 11+232+74=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 232 (91.02% from 255 or 73.19% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE84A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE84A is #F417B5. Grayscale: #949494. Windows color (decimal): -15996854 or 4909067. OLE color: 4909067.

HSL color Cylindrical-coordinate representation of color #0BE84A: hue angle of 137.1º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE84A is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 232 74 -
CMYK 0.95 0 0.68 0.09
HSL 137.1º 0.91% 0.48% -
HSV(B) 137.1º 0.95% 0.91% -
XYZ 30.23 58.28 16.13 -
YUV 147.91 86.28 30.35 -
System Red Green Blue C M Y K H S L
Decimal 11 232 74 0.95 0 0.68 0.09 137.1 0.91 0.48
Hex B E8 4A 5F 0 44 9 89 5B 30
Octal 13 350 112 137 0 104 11 211 133 60
Binary 1011 11101000 1001010 1011111 0 1000100 1001 10001001 1011011 110000

Color Harmonies of #0BE84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE84A

Black with #0BE84A

Text Example


Text Example

White with #0BE84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,232,74); }

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

background-color css

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

 a { background-color: rgb(11,232,74); }

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

border-color css

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

 span { border-color: rgb(11,232,74); }

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