Html Css Color HEX #0FC25A Malachite

📋 copy color: '#0FC25A'

red 15 ◦ green 194 ◦ blue 90

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

Shades of Malachite #0FC25A

Tints of Malachite #0FC25A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.88%

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

R = 5.02%
G = 64.88%
B = 30.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#0FC25A (or 0x0FC25A) is known color: Malachite. HEX triplet: 0F, C2 and 5A. RGB value is (15,194,90). Sum of RGB (Red+Green+Blue) = 15+194+90=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 194 (76.17% from 255 or 64.88% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC25A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC25A is #F03DA5. Grayscale: #808080. Windows color (decimal): -15744422 or 5947919. OLE color: 5947919.

HSL color Cylindrical-coordinate representation of color #0FC25A: hue angle of 145.14º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC25A is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 194 90 -
CMYK 0.92 0 0.54 0.24
HSL 145.14º 0.86% 0.41% -
HSV(B) 145.14º 0.92% 0.76% -
XYZ 21.33 39.42 16.16 -
YUV 128.62 106.2 46.96 -
System Red Green Blue C M Y K H S L
Decimal 15 194 90 0.92 0 0.54 0.24 145.14 0.86 0.41
Hex F C2 5A 5C 0 36 18 91 56 29
Octal 17 302 132 134 0 66 30 221 126 51
Binary 1111 11000010 1011010 1011100 0 110110 11000 10010001 1010110 101001

Color Harmonies of #0FC25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC25A

Black with #0FC25A

Text Example


Text Example

White with #0FC25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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