Html Css Color HEX #0FCF5C Malachite

📋 copy color: '#0FCF5C'

red 15 ◦ green 207 ◦ blue 92

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

Shades of Malachite #0FCF5C

Tints of Malachite #0FCF5C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 65.92%

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 4.78%
G = 65.92%
B = 29.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#0FCF5C (or 0x0FCF5C) is known color: Malachite. HEX triplet: 0F, CF and 5C. RGB value is (15,207,92). Sum of RGB (Red+Green+Blue) = 15+207+92=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 207 (81.25% from 255 or 65.92% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF5C is #F030A3. Grayscale: #888888. Windows color (decimal): -15741092 or 6082319. OLE color: 6082319.

HSL color Cylindrical-coordinate representation of color #0FCF5C: hue angle of 144.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF5C is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 92 -
CMYK 0.93 0 0.56 0.19
HSL 144.06º 0.86% 0.44% -
HSV(B) 144.06º 0.93% 0.81% -
XYZ 24.44 45.5 17.62 -
YUV 136.48 102.89 41.35 -
System Red Green Blue C M Y K H S L
Decimal 15 207 92 0.93 0 0.56 0.19 144.06 0.86 0.44
Hex F CF 5C 5D 0 38 13 90 56 2C
Octal 17 317 134 135 0 70 23 220 126 54
Binary 1111 11001111 1011100 1011101 0 111000 10011 10010000 1010110 101100

Color Harmonies of #0FCF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCF5C

Black with #0FCF5C

Text Example


Text Example

White with #0FCF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,92); }

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

background-color css

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

 a { background-color: rgb(15,207,92); }

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

border-color css

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

 span { border-color: rgb(15,207,92); }

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