Html Css Color HEX #0FD14A Malachite

📋 copy color: '#0FD14A'

red 15 ◦ green 209 ◦ blue 74

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

Shades of Malachite #0FD14A

Tints of Malachite #0FD14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 70.13%

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

R = 5.03%
G = 70.13%
B = 24.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#0FD14A (or 0x0FD14A) is known color: Malachite. HEX triplet: 0F, D1 and 4A. RGB value is (15,209,74). Sum of RGB (Red+Green+Blue) = 15+209+74=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 209 (82.03% from 255 or 70.13% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 209 - color contains mainly: green. Hex color #0FD14A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD14A is #F02EB5. Grayscale: #878787. Windows color (decimal): -15740598 or 4903183. OLE color: 4903183.

HSL color Cylindrical-coordinate representation of color #0FD14A: hue angle of 138.25º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD14A is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 209 74 -
CMYK 0.93 0 0.65 0.18
HSL 138.25º 0.87% 0.44% -
HSV(B) 138.25º 0.93% 0.82% -
XYZ 24.23 46.2 14.12 -
YUV 135.6 93.23 41.98 -
System Red Green Blue C M Y K H S L
Decimal 15 209 74 0.93 0 0.65 0.18 138.25 0.87 0.44
Hex F D1 4A 5D 0 41 12 8A 57 2C
Octal 17 321 112 135 0 101 22 212 127 54
Binary 1111 11010001 1001010 1011101 0 1000001 10010 10001010 1010111 101100

Color Harmonies of #0FD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD14A

Black with #0FD14A

Text Example


Text Example

White with #0FD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,209,74); }

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

background-color css

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

 a { background-color: rgb(15,209,74); }

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

border-color css

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

 span { border-color: rgb(15,209,74); }

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