Html Css Color HEX #0FCF46 Malachite

📋 copy color: '#0FCF46'

red 15 ◦ green 207 ◦ blue 70

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

Shades of Malachite #0FCF46

Tints of Malachite #0FCF46

RGB

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

 GREEN value IS 207 (81.25% from 255) = 70.89%

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 5.14%
G = 70.89%
B = 23.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#0FCF46 (or 0x0FCF46) is known color: Malachite. HEX triplet: 0F, CF and 46. RGB value is (15,207,70). Sum of RGB (Red+Green+Blue) = 15+207+70=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 207 (81.25% from 255 or 70.89% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCF46 is #F030B9. Grayscale: #868686. Windows color (decimal): -15741114 or 4640527. OLE color: 4640527.

HSL color Cylindrical-coordinate representation of color #0FCF46: hue angle of 137.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF46 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 70 -
CMYK 0.93 0 0.66 0.19
HSL 137.19º 0.86% 0.44% -
HSV(B) 137.19º 0.93% 0.81% -
XYZ 23.62 45.17 13.27 -
YUV 133.97 91.89 43.14 -
System Red Green Blue C M Y K H S L
Decimal 15 207 70 0.93 0 0.66 0.19 137.19 0.86 0.44
Hex F CF 46 5D 0 42 13 89 56 2C
Octal 17 317 106 135 0 102 23 211 126 54
Binary 1111 11001111 1000110 1011101 0 1000010 10011 10001001 1010110 101100

Color Harmonies of #0FCF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCF46

Black with #0FCF46

Text Example


Text Example

White with #0FCF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,70); }

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

background-color css

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

 a { background-color: rgb(15,207,70); }

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

border-color css

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

 span { border-color: rgb(15,207,70); }

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