Html Css Color HEX #0FD93B Malachite

📋 copy color: '#0FD93B'

red 15 ◦ green 217 ◦ blue 59

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

Shades of Malachite #0FD93B

Tints of Malachite #0FD93B

RGB

 RED value IS 15 (6.25% from 255) = 5.15%

 GREEN value IS 217 (85.16% from 255) = 74.57%

 BLUE value IS 59 (23.44% from 255) = 20.27%

R = 5.15%
G = 74.57%
B = 20.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#0FD93B (or 0x0FD93B) is known color: Malachite. HEX triplet: 0F, D9 and 3B. RGB value is (15,217,59). Sum of RGB (Red+Green+Blue) = 15+217+59=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 217 (85.16% from 255 or 74.57% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD93B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD93B is #F026C4. Grayscale: #8B8B8B. Windows color (decimal): -15738565 or 3922191. OLE color: 3922191.

HSL color Cylindrical-coordinate representation of color #0FD93B: hue angle of 133.07º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD93B is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 217 59 -
CMYK 0.93 0 0.73 0.15
HSL 133.07º 0.87% 0.45% -
HSV(B) 133.07º 0.93% 0.85% -
XYZ 25.8 50.04 12.44 -
YUV 138.59 83.08 39.85 -
System Red Green Blue C M Y K H S L
Decimal 15 217 59 0.93 0 0.73 0.15 133.07 0.87 0.45
Hex F D9 3B 5D 0 49 F 85 57 2D
Octal 17 331 73 135 0 111 17 205 127 55
Binary 1111 11011001 111011 1011101 0 1001001 1111 10000101 1010111 101101

Color Harmonies of #0FD93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD93B

Black with #0FD93B

Text Example


Text Example

White with #0FD93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,217,59); }

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

background-color css

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

 a { background-color: rgb(15,217,59); }

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

border-color css

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

 span { border-color: rgb(15,217,59); }

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