Html Css Color HEX #0FC75A Malachite

📋 copy color: '#0FC75A'

red 15 ◦ green 199 ◦ blue 90

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

Shades of Malachite #0FC75A

Tints of Malachite #0FC75A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 65.46%

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 4.93%
G = 65.46%
B = 29.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#0FC75A (or 0x0FC75A) is known color: Malachite. HEX triplet: 0F, C7 and 5A. RGB value is (15,199,90). Sum of RGB (Red+Green+Blue) = 15+199+90=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 199 (78.12% from 255 or 65.46% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC75A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC75A is #F038A5. Grayscale: #838383. Windows color (decimal): -15743142 or 5949199. OLE color: 5949199.

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

Color convert

RGB 15 199 90 -
CMYK 0.92 0 0.55 0.22
HSL 144.46º 0.86% 0.42% -
HSV(B) 144.46º 0.92% 0.78% -
XYZ 22.47 41.69 16.54 -
YUV 131.56 104.54 44.86 -
System Red Green Blue C M Y K H S L
Decimal 15 199 90 0.92 0 0.55 0.22 144.46 0.86 0.42
Hex F C7 5A 5C 0 37 16 90 56 2A
Octal 17 307 132 134 0 67 26 220 126 52
Binary 1111 11000111 1011010 1011100 0 110111 10110 10010000 1010110 101010

Color Harmonies of #0FC75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC75A

Black with #0FC75A

Text Example


Text Example

White with #0FC75A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,199,90); }

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

background-color css

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

 a { background-color: rgb(15,199,90); }

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

border-color css

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

 span { border-color: rgb(15,199,90); }

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