Html Css Color HEX #0FCD6E Malachite

📋 copy color: '#0FCD6E'

red 15 ◦ green 205 ◦ blue 110

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

Shades of Malachite #0FCD6E

Tints of Malachite #0FCD6E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 62.12%

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 4.55%
G = 62.12%
B = 33.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#0FCD6E (or 0x0FCD6E) is known color: Malachite. HEX triplet: 0F, CD and 6E. RGB value is (15,205,110). Sum of RGB (Red+Green+Blue) = 15+205+110=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCD6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCD6E is #F03291. Grayscale: #898989. Windows color (decimal): -15741586 or 7261455. OLE color: 7261455.

HSL color Cylindrical-coordinate representation of color #0FCD6E: hue angle of 150º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCD6E is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 205 110 -
CMYK 0.93 0 0.46 0.20
HSL 150º 0.86% 0.43% -
HSV(B) 150º 0.93% 0.8% -
XYZ 24.84 44.89 22.11 -
YUV 137.36 112.55 40.72 -
System Red Green Blue C M Y K H S L
Decimal 15 205 110 0.93 0 0.46 0.20 150 0.86 0.43
Hex F CD 6E 5D 0 2E 14 96 56 2B
Octal 17 315 156 135 0 56 24 226 126 53
Binary 1111 11001101 1101110 1011101 0 101110 10100 10010110 1010110 101011

Color Harmonies of #0FCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCD6E

Black with #0FCD6E

Text Example


Text Example

White with #0FCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,205,110); }

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

background-color css

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

 a { background-color: rgb(15,205,110); }

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

border-color css

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

 span { border-color: rgb(15,205,110); }

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