Html Css Color HEX #0FD96E Malachite

📋 copy color: '#0FD96E'

red 15 ◦ green 217 ◦ blue 110

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

Shades of Malachite #0FD96E

Tints of Malachite #0FD96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 4.39%
G = 63.45%
B = 32.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#0FD96E (or 0x0FD96E) is known color: Malachite. HEX triplet: 0F, D9 and 6E. RGB value is (15,217,110). Sum of RGB (Red+Green+Blue) = 15+217+110=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD96E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD96E is #F02691. Grayscale: #909090. Windows color (decimal): -15738514 or 7264527. OLE color: 7264527.

HSL color Cylindrical-coordinate representation of color #0FD96E: hue angle of 148.22º 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 #0FD96E is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 217 110 -
CMYK 0.93 0 0.49 0.15
HSL 148.22º 0.87% 0.45% -
HSV(B) 148.22º 0.93% 0.85% -
XYZ 27.82 50.85 23.1 -
YUV 144.4 108.58 35.7 -
System Red Green Blue C M Y K H S L
Decimal 15 217 110 0.93 0 0.49 0.15 148.22 0.87 0.45
Hex F D9 6E 5D 0 31 F 94 57 2D
Octal 17 331 156 135 0 61 17 224 127 55
Binary 1111 11011001 1101110 1011101 0 110001 1111 10010100 1010111 101101

Color Harmonies of #0FD96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD96E

Black with #0FD96E

Text Example


Text Example

White with #0FD96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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