Html Css Color HEX #0FC84B Malachite

📋 copy color: '#0FC84B'

red 15 ◦ green 200 ◦ blue 75

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

Shades of Malachite #0FC84B

Tints of Malachite #0FC84B

RGB

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

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

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

R = 5.17%
G = 68.97%
B = 25.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#0FC84B (or 0x0FC84B) is known color: Malachite. HEX triplet: 0F, C8 and 4B. RGB value is (15,200,75). Sum of RGB (Red+Green+Blue) = 15+200+75=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 200 (78.52% from 255 or 68.97% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC84B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC84B is #F037B4. Grayscale: #828282. Windows color (decimal): -15742901 or 4966415. OLE color: 4966415.

HSL color Cylindrical-coordinate representation of color #0FC84B: hue angle of 139.46º 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 #0FC84B is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 200 75 -
CMYK 0.92 0 0.62 0.22
HSL 139.46º 0.86% 0.42% -
HSV(B) 139.46º 0.93% 0.78% -
XYZ 22.12 41.92 13.58 -
YUV 130.44 96.71 45.66 -
System Red Green Blue C M Y K H S L
Decimal 15 200 75 0.92 0 0.62 0.22 139.46 0.86 0.42
Hex F C8 4B 5C 0 3E 16 8B 56 2A
Octal 17 310 113 134 0 76 26 213 126 52
Binary 1111 11001000 1001011 1011100 0 111110 10110 10001011 1010110 101010

Color Harmonies of #0FC84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC84B

Black with #0FC84B

Text Example


Text Example

White with #0FC84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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