Html Css Color HEX #0FC94B Malachite

📋 copy color: '#0FC94B'

red 15 ◦ green 201 ◦ blue 75

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

Shades of Malachite #0FC94B

Tints of Malachite #0FC94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.77%

R = 5.15%
G = 69.07%
B = 25.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#0FC94B (or 0x0FC94B) is known color: Malachite. HEX triplet: 0F, C9 and 4B. RGB value is (15,201,75). Sum of RGB (Red+Green+Blue) = 15+201+75=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 201 (78.91% from 255 or 69.07% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC94B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC94B is #F036B4. Grayscale: #838383. Windows color (decimal): -15742645 or 4966671. OLE color: 4966671.

HSL color Cylindrical-coordinate representation of color #0FC94B: hue angle of 139.35º 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 #0FC94B is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 201 75 -
CMYK 0.93 0 0.63 0.21
HSL 139.35º 0.86% 0.42% -
HSV(B) 139.35º 0.93% 0.79% -
XYZ 22.35 42.38 13.66 -
YUV 131.02 96.38 45.25 -
System Red Green Blue C M Y K H S L
Decimal 15 201 75 0.93 0 0.63 0.21 139.35 0.86 0.42
Hex F C9 4B 5D 0 3F 15 8B 56 2A
Octal 17 311 113 135 0 77 25 213 126 52
Binary 1111 11001001 1001011 1011101 0 111111 10101 10001011 1010110 101010

Color Harmonies of #0FC94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC94B

Black with #0FC94B

Text Example


Text Example

White with #0FC94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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