Html Css Color HEX #0FC952 Malachite

📋 copy color: '#0FC952'

red 15 ◦ green 201 ◦ blue 82

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

Shades of Malachite #0FC952

Tints of Malachite #0FC952

RGB

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

 GREEN value IS 201 (78.91% from 255) = 67.45%

 BLUE value IS 82 (32.42% from 255) = 27.52%

R = 5.03%
G = 67.45%
B = 27.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#0FC952 (or 0x0FC952) is known color: Malachite. HEX triplet: 0F, C9 and 52. RGB value is (15,201,82). Sum of RGB (Red+Green+Blue) = 15+201+82=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 201 (78.91% from 255 or 67.45% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC952 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC952 is #F036AD. Grayscale: #848484. Windows color (decimal): -15742638 or 5425423. OLE color: 5425423.

HSL color Cylindrical-coordinate representation of color #0FC952: hue angle of 141.61º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC952 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 201 82 -
CMYK 0.93 0 0.59 0.21
HSL 141.61º 0.86% 0.42% -
HSV(B) 141.61º 0.93% 0.79% -
XYZ 22.61 42.48 14.99 -
YUV 131.82 99.88 44.68 -
System Red Green Blue C M Y K H S L
Decimal 15 201 82 0.93 0 0.59 0.21 141.61 0.86 0.42
Hex F C9 52 5D 0 3B 15 8E 56 2A
Octal 17 311 122 135 0 73 25 216 126 52
Binary 1111 11001001 1010010 1011101 0 111011 10101 10001110 1010110 101010

Color Harmonies of #0FC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC952

Black with #0FC952

Text Example


Text Example

White with #0FC952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,201,82); }

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

background-color css

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

 a { background-color: rgb(15,201,82); }

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

border-color css

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

 span { border-color: rgb(15,201,82); }

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