Html Css Color HEX #0BF25D Malachite

📋 copy color: '#0BF25D'

red 11 ◦ green 242 ◦ blue 93

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

Shades of Malachite #0BF25D

Tints of Malachite #0BF25D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 69.94%

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 3.18%
G = 69.94%
B = 26.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#0BF25D (or 0x0BF25D) is known color: Malachite. HEX triplet: 0B, F2 and 5D. RGB value is (11,242,93). Sum of RGB (Red+Green+Blue) = 11+242+93=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF25D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF25D is #F40DA2. Grayscale: #9C9C9C. Windows color (decimal): -15994275 or 6156811. OLE color: 6156811.

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

Color convert

RGB 11 242 93 -
CMYK 0.95 0 0.62 0.05
HSL 141.3º 0.91% 0.5% -
HSV(B) 141.3º 0.95% 0.95% -
XYZ 33.87 64.37 20.99 -
YUV 155.95 92.47 24.62 -
System Red Green Blue C M Y K H S L
Decimal 11 242 93 0.95 0 0.62 0.05 141.3 0.91 0.5
Hex B F2 5D 5F 0 3E 5 8D 5B 32
Octal 13 362 135 137 0 76 5 215 133 62
Binary 1011 11110010 1011101 1011111 0 111110 101 10001101 1011011 110010

Color Harmonies of #0BF25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF25D

Black with #0BF25D

Text Example


Text Example

White with #0BF25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,242,93); }

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

background-color css

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

 a { background-color: rgb(11,242,93); }

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

border-color css

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

 span { border-color: rgb(11,242,93); }

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