Html Css Color HEX #0FC84A Malachite

📋 copy color: '#0FC84A'

red 15 ◦ green 200 ◦ blue 74

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

Shades of Malachite #0FC84A

Tints of Malachite #0FC84A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 69.2%

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

R = 5.19%
G = 69.2%
B = 25.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#0FC84A (or 0x0FC84A) is known color: Malachite. HEX triplet: 0F, C8 and 4A. RGB value is (15,200,74). Sum of RGB (Red+Green+Blue) = 15+200+74=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 200 (78.52% from 255 or 69.20% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC84A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC84A is #F037B5. Grayscale: #828282. Windows color (decimal): -15742902 or 4900879. OLE color: 4900879.

HSL color Cylindrical-coordinate representation of color #0FC84A: hue angle of 139.14º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC84A is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 200 74 -
CMYK 0.92 0 0.63 0.22
HSL 139.14º 0.86% 0.42% -
HSV(B) 139.14º 0.93% 0.78% -
XYZ 22.09 41.9 13.4 -
YUV 130.32 96.21 45.75 -
System Red Green Blue C M Y K H S L
Decimal 15 200 74 0.92 0 0.63 0.22 139.14 0.86 0.42
Hex F C8 4A 5C 0 3F 16 8B 56 2A
Octal 17 310 112 134 0 77 26 213 126 52
Binary 1111 11001000 1001010 1011100 0 111111 10110 10001011 1010110 101010

Color Harmonies of #0FC84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC84A

Black with #0FC84A

Text Example


Text Example

White with #0FC84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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